Html Css Color HEX #003483 Dark Cerulean

📋 copy color: '#003483'

red 0 ◦ green 52 ◦ blue 131

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

Shades of Dark Cerulean #003483

Tints of Dark Cerulean #003483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 0%
G = 28.42%
B = 71.58%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003483 (or 0x003483) is known color: Dark Cerulean. HEX triplet: 00, 34 and 83. RGB value is (0,52,131). Sum of RGB (Red+Green+Blue) = 0+52+131=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #003483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003483 is #FFCB7C. Grayscale: #2D2D2D. Windows color (decimal): -16763773 or 8598528. OLE color: 8598528.

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

Color convert

RGB 0 52 131 -
CMYK 1 0.60 0 0.49
HSL 216.18º 1% 0.26% -
HSV(B) 216.18º 1% 0.51% -
XYZ 5.32 4.09 21.98 -
YUV 45.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 0 52 131 1 0.60 0 0.49 216.18 1 0.26
Hex 0 34 83 64 3C 0 31 D8 64 1A
Octal 0 64 203 144 74 0 61 330 144 32
Binary 0 110100 10000011 1100100 111100 0 110001 11011000 1100100 11010

Color Harmonies of #003483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003483

Black with #003483

Text Example


Text Example

White with #003483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003483; }

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

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

background-color css

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

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

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

border-color css

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

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

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