Html Css Color HEX #103B89 Dark Cerulean

📋 copy color: '#103B89'

red 16 ◦ green 59 ◦ blue 137

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

Shades of Dark Cerulean #103B89

Tints of Dark Cerulean #103B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.83%

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 7.55%
G = 27.83%
B = 64.62%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103B89 (or 0x103B89) is known color: Dark Cerulean. HEX triplet: 10, 3B and 89. RGB value is (16,59,137). Sum of RGB (Red+Green+Blue) = 16+59+137=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #103B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B89 is #EFC476. Grayscale: #363636. Windows color (decimal): -15713399 or 8993552. OLE color: 8993552.

HSL color Cylindrical-coordinate representation of color #103B89: hue angle of 218.68º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103B89 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 59 137 -
CMYK 0.88 0.57 0 0.46
HSL 218.68º 0.79% 0.3% -
HSV(B) 218.68º 0.88% 0.54% -
XYZ 6.29 5.04 24.31 -
YUV 55.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 16 59 137 0.88 0.57 0 0.46 218.68 0.79 0.3
Hex 10 3B 89 58 39 0 2E DB 4F 1E
Octal 20 73 211 130 71 0 56 333 117 36
Binary 10000 111011 10001001 1011000 111001 0 101110 11011011 1001111 11110

Color Harmonies of #103B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B89

Black with #103B89

Text Example


Text Example

White with #103B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,59,137); }

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

background-color css

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

 a { background-color: rgb(16,59,137); }

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

border-color css

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

 span { border-color: rgb(16,59,137); }

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