Html Css Color HEX #103481 Dark Cerulean

📋 copy color: '#103481'

red 16 ◦ green 52 ◦ blue 129

#103481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #103481

Tints of Dark Cerulean #103481

RGB

 RED value IS 16 (6.64% from 255) = 8.12%

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 129 (50.78% from 255) = 65.48%

R = 8.12%
G = 26.4%
B = 65.48%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#103481 (or 0x103481) is known color: Dark Cerulean. HEX triplet: 10, 34 and 81. RGB value is (16,52,129). Sum of RGB (Red+Green+Blue) = 16+52+129=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #103481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103481 is #EFCB7E. Grayscale: #313131. Windows color (decimal): -15715199 or 8467472. OLE color: 8467472.

HSL color Cylindrical-coordinate representation of color #103481: hue angle of 220.88º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103481 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 52 129 -
CMYK 0.88 0.60 0 0.49
HSL 220.89º 0.78% 0.28% -
HSV(B) 220.89º 0.88% 0.51% -
XYZ 5.4 4.15 21.29 -
YUV 50.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 16 52 129 0.88 0.60 0 0.49 220.89 0.78 0.28
Hex 10 34 81 58 3C 0 31 DD 4E 1C
Octal 20 64 201 130 74 0 61 335 116 34
Binary 10000 110100 10000001 1011000 111100 0 110001 11011101 1001110 11100

Color Harmonies of #103481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103481

Black with #103481

Text Example


Text Example

White with #103481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103481; }

 p { color: rgb(16,52,129); }

 H1.HeaderClassName
 {
   color: #103481;
 }
 .AnyTagClassName
 {
   color: #103481;
 }
</style>

background-color css

<style>
 a { background-color: #103481; }

 a { background-color: rgb(16,52,129); }

 div.DivClassName
 {
   background-color: #103481;
 }
 .BgClassName
 {
   background-color: #103481;
 }
</style>

border-color css

<style>
 span { border-color: #103481; }

 span { border-color: rgb(16,52,129); }

 td.TdClassName
 {
   border-color: #103481;
 }
 .TagClassName
 {
   border-color: #103481;
 }
</style>