Html Css Color HEX #104B6E Dark Cerulean

📋 copy color: '#104B6E'

red 16 ◦ green 75 ◦ blue 110

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

Shades of Dark Cerulean #104B6E

Tints of Dark Cerulean #104B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 7.96%
G = 37.31%
B = 54.73%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#104B6E (or 0x104B6E) is known color: Dark Cerulean. HEX triplet: 10, 4B and 6E. RGB value is (16,75,110). Sum of RGB (Red+Green+Blue) = 16+75+110=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #104B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B6E is #EFB491. Grayscale: #3D3D3D. Windows color (decimal): -15709330 or 7228176. OLE color: 7228176.

HSL color Cylindrical-coordinate representation of color #104B6E: hue angle of 202.34º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104B6E is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 75 110 -
CMYK 0.85 0.32 0 0.57
HSL 202.34º 0.75% 0.25% -
HSV(B) 202.34º 0.85% 0.43% -
XYZ 5.54 6.27 15.67 -
YUV 61.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 16 75 110 0.85 0.32 0 0.57 202.34 0.75 0.25
Hex 10 4B 6E 55 20 0 39 CA 4B 19
Octal 20 113 156 125 40 0 71 312 113 31
Binary 10000 1001011 1101110 1010101 100000 0 111001 11001010 1001011 11001

Color Harmonies of #104B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104B6E

Black with #104B6E

Text Example


Text Example

White with #104B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104B6E; }

 p { color: rgb(16,75,110); }

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

background-color css

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

 a { background-color: rgb(16,75,110); }

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

border-color css

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

 span { border-color: rgb(16,75,110); }

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