Html Css Color HEX #103F75 Dark Cerulean

📋 copy color: '#103F75'

red 16 ◦ green 63 ◦ blue 117

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

Shades of Dark Cerulean #103F75

Tints of Dark Cerulean #103F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 8.16%
G = 32.14%
B = 59.69%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#103F75 (or 0x103F75) is known color: Dark Cerulean. HEX triplet: 10, 3F and 75. RGB value is (16,63,117). Sum of RGB (Red+Green+Blue) = 16+63+117=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #103F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F75 is #EFC08A. Grayscale: #363636. Windows color (decimal): -15712395 or 7683856. OLE color: 7683856.

HSL color Cylindrical-coordinate representation of color #103F75: hue angle of 212.08º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103F75 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 63 117 -
CMYK 0.86 0.46 0 0.54
HSL 212.08º 0.76% 0.26% -
HSV(B) 212.08º 0.86% 0.46% -
XYZ 5.2 4.95 17.51 -
YUV 55.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 16 63 117 0.86 0.46 0 0.54 212.08 0.76 0.26
Hex 10 3F 75 56 2E 0 36 D4 4C 1A
Octal 20 77 165 126 56 0 66 324 114 32
Binary 10000 111111 1110101 1010110 101110 0 110110 11010100 1001100 11010

Color Harmonies of #103F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F75

Black with #103F75

Text Example


Text Example

White with #103F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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