Html Css Color HEX #004B6F Dark Cerulean

📋 copy color: '#004B6F'

red 0 ◦ green 75 ◦ blue 111

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

Shades of Dark Cerulean #004B6F

Tints of Dark Cerulean #004B6F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 0%
G = 40.32%
B = 59.68%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004B6F (or 0x004B6F) is known color: Dark Cerulean. HEX triplet: 00, 4B and 6F. RGB value is (0,75,111). Sum of RGB (Red+Green+Blue) = 0+75+111=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #004B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B6F is #FFB490. Grayscale: #383838. Windows color (decimal): -16757905 or 7293696. OLE color: 7293696.

HSL color Cylindrical-coordinate representation of color #004B6F: hue angle of 199.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B6F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 75 111 -
CMYK 1 0.32 0 0.56
HSL 199.46º 1% 0.22% -
HSV(B) 199.46º 1% 0.44% -
XYZ 5.39 6.18 15.95 -
YUV 56.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 0 75 111 1 0.32 0 0.56 199.46 1 0.22
Hex 0 4B 6F 64 20 0 38 C7 64 16
Octal 0 113 157 144 40 0 70 307 144 26
Binary 0 1001011 1101111 1100100 100000 0 111000 11000111 1100100 10110

Color Harmonies of #004B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B6F

Black with #004B6F

Text Example


Text Example

White with #004B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004B6F; }

 p { color: rgb(0,75,111); }

 H1.HeaderClassName
 {
   color: #004B6F;
 }
 .AnyTagClassName
 {
   color: #004B6F;
 }
</style>

background-color css

<style>
 a { background-color: #004B6F; }

 a { background-color: rgb(0,75,111); }

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

border-color css

<style>
 span { border-color: #004B6F; }

 span { border-color: rgb(0,75,111); }

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