Html Css Color HEX #004182 Dark Cerulean

📋 copy color: '#004182'

red 0 ◦ green 65 ◦ blue 130

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

Shades of Dark Cerulean #004182

Tints of Dark Cerulean #004182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

 BLUE value IS 130 (51.17% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004182 (or 0x004182) is known color: Dark Cerulean. HEX triplet: 00, 41 and 82. RGB value is (0,65,130). Sum of RGB (Red+Green+Blue) = 0+65+130=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #004182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004182 is #FFBE7D. Grayscale: #343434. Windows color (decimal): -16760446 or 8536320. OLE color: 8536320.

HSL color Cylindrical-coordinate representation of color #004182: hue angle of 210º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004182 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 65 130 -
CMYK 1 0.50 0 0.49
HSL 210º 1% 0.25% -
HSV(B) 210º 1% 0.51% -
XYZ 5.92 5.39 21.85 -
YUV 52.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 0 65 130 1 0.50 0 0.49 210 1 0.25
Hex 0 41 82 64 32 0 31 D2 64 19
Octal 0 101 202 144 62 0 61 322 144 31
Binary 0 1000001 10000010 1100100 110010 0 110001 11010010 1100100 11001

Color Harmonies of #004182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004182

Black with #004182

Text Example


Text Example

White with #004182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004182; }

 p { color: rgb(0,65,130); }

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

background-color css

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

 a { background-color: rgb(0,65,130); }

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

border-color css

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

 span { border-color: rgb(0,65,130); }

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