Html Css Color HEX #004581 Dark Cerulean

📋 copy color: '#004581'

red 0 ◦ green 69 ◦ blue 129

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

Shades of Dark Cerulean #004581

Tints of Dark Cerulean #004581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 129 (50.78% from 255) = 65.15%

R = 0%
G = 34.85%
B = 65.15%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004581 (or 0x004581) is known color: Dark Cerulean. HEX triplet: 00, 45 and 81. RGB value is (0,69,129). Sum of RGB (Red+Green+Blue) = 0+69+129=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #004581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004581 is #FFBA7E. Grayscale: #363636. Windows color (decimal): -16759423 or 8471808. OLE color: 8471808.

HSL color Cylindrical-coordinate representation of color #004581: hue angle of 207.91º 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 #004581 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 69 129 -
CMYK 1 0.47 0 0.49
HSL 207.91º 1% 0.25% -
HSV(B) 207.91º 1% 0.51% -
XYZ 6.09 5.84 21.58 -
YUV 55.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 0 69 129 1 0.47 0 0.49 207.91 1 0.25
Hex 0 45 81 64 2F 0 31 D0 64 19
Octal 0 105 201 144 57 0 61 320 144 31
Binary 0 1000101 10000001 1100100 101111 0 110001 11010000 1100100 11001

Color Harmonies of #004581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004581

Black with #004581

Text Example


Text Example

White with #004581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004581; }

 p { color: rgb(0,69,129); }

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

background-color css

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

 a { background-color: rgb(0,69,129); }

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

border-color css

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

 span { border-color: rgb(0,69,129); }

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