Html Css Color HEX #104A6B Dark Cerulean

📋 copy color: '#104A6B'

red 16 ◦ green 74 ◦ blue 107

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

Shades of Dark Cerulean #104A6B

Tints of Dark Cerulean #104A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.56%

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 8.12%
G = 37.56%
B = 54.31%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#104A6B (or 0x104A6B) is known color: Dark Cerulean. HEX triplet: 10, 4A and 6B. RGB value is (16,74,107). Sum of RGB (Red+Green+Blue) = 16+74+107=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #104A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A6B is #EFB594. Grayscale: #3C3C3C. Windows color (decimal): -15709589 or 7031312. OLE color: 7031312.

HSL color Cylindrical-coordinate representation of color #104A6B: hue angle of 201.76º 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 #104A6B is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 74 107 -
CMYK 0.85 0.31 0 0.58
HSL 201.76º 0.74% 0.24% -
HSV(B) 201.76º 0.85% 0.42% -
XYZ 5.32 6.07 14.8 -
YUV 60.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 16 74 107 0.85 0.31 0 0.58 201.76 0.74 0.24
Hex 10 4A 6B 55 1F 0 3A CA 4A 18
Octal 20 112 153 125 37 0 72 312 112 30
Binary 10000 1001010 1101011 1010101 11111 0 111010 11001010 1001010 11000

Color Harmonies of #104A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A6B

Black with #104A6B

Text Example


Text Example

White with #104A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,74,107); }

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

background-color css

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

 a { background-color: rgb(16,74,107); }

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

border-color css

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

 span { border-color: rgb(16,74,107); }

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