Html Css Color HEX #004883 Dark Cerulean

📋 copy color: '#004883'

red 0 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #004883

Tints of Dark Cerulean #004883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 131 (51.56% from 255) = 64.53%

R = 0%
G = 35.47%
B = 64.53%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004883 (or 0x004883) is known color: Dark Cerulean. HEX triplet: 00, 48 and 83. RGB value is (0,72,131). Sum of RGB (Red+Green+Blue) = 0+72+131=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #004883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004883 is #FFB77C. Grayscale: #383838. Windows color (decimal): -16758653 or 8603648. OLE color: 8603648.

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

Color convert

RGB 0 72 131 -
CMYK 1 0.45 0 0.49
HSL 207.02º 1% 0.26% -
HSV(B) 207.02º 1% 0.51% -
XYZ 6.41 6.27 22.35 -
YUV 57.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 0 72 131 1 0.45 0 0.49 207.02 1 0.26
Hex 0 48 83 64 2D 0 31 CF 64 1A
Octal 0 110 203 144 55 0 61 317 144 32
Binary 0 1001000 10000011 1100100 101101 0 110001 11001111 1100100 11010

Color Harmonies of #004883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004883

Black with #004883

Text Example


Text Example

White with #004883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004883; }

 p { color: rgb(0,72,131); }

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

background-color css

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

 a { background-color: rgb(0,72,131); }

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

border-color css

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

 span { border-color: rgb(0,72,131); }

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