Html Css Color HEX #004A83 Dark Cerulean

📋 copy color: '#004A83'

red 0 ◦ green 74 ◦ blue 131

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

Shades of Dark Cerulean #004A83

Tints of Dark Cerulean #004A83

RGB

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

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

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

R = 0%
G = 36.1%
B = 63.9%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004A83 (or 0x004A83) is known color: Dark Cerulean. HEX triplet: 00, 4A and 83. RGB value is (0,74,131). Sum of RGB (Red+Green+Blue) = 0+74+131=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #004A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A83 is #FFB57C. Grayscale: #3A3A3A. Windows color (decimal): -16758141 or 8604160. OLE color: 8604160.

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

Color convert

RGB 0 74 131 -
CMYK 1 0.44 0 0.49
HSL 206.11º 1% 0.26% -
HSV(B) 206.11º 1% 0.51% -
XYZ 6.55 6.54 22.39 -
YUV 58.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 0 74 131 1 0.44 0 0.49 206.11 1 0.26
Hex 0 4A 83 64 2C 0 31 CE 64 1A
Octal 0 112 203 144 54 0 61 316 144 32
Binary 0 1001010 10000011 1100100 101100 0 110001 11001110 1100100 11010

Color Harmonies of #004A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A83

Black with #004A83

Text Example


Text Example

White with #004A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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