Html Css Color HEX #103F6C Dark Cerulean

📋 copy color: '#103F6C'

red 16 ◦ green 63 ◦ blue 108

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

Shades of Dark Cerulean #103F6C

Tints of Dark Cerulean #103F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 8.56%
G = 33.69%
B = 57.75%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#103F6C (or 0x103F6C) is known color: Dark Cerulean. HEX triplet: 10, 3F and 6C. RGB value is (16,63,108). Sum of RGB (Red+Green+Blue) = 16+63+108=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #103F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F6C is #EFC093. Grayscale: #353535. Windows color (decimal): -15712404 or 7094032. OLE color: 7094032.

HSL color Cylindrical-coordinate representation of color #103F6C: hue angle of 209.35º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103F6C is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 63 108 -
CMYK 0.85 0.42 0 0.58
HSL 209.35º 0.74% 0.24% -
HSV(B) 209.35º 0.85% 0.42% -
XYZ 4.7 4.75 14.86 -
YUV 54.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 16 63 108 0.85 0.42 0 0.58 209.35 0.74 0.24
Hex 10 3F 6C 55 2A 0 3A D1 4A 18
Octal 20 77 154 125 52 0 72 321 112 30
Binary 10000 111111 1101100 1010101 101010 0 111010 11010001 1001010 11000

Color Harmonies of #103F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F6C

Black with #103F6C

Text Example


Text Example

White with #103F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103F6C; }

 p { color: rgb(16,63,108); }

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

background-color css

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

 a { background-color: rgb(16,63,108); }

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

border-color css

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

 span { border-color: rgb(16,63,108); }

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