Html Css Color HEX #003A85 Dark Cerulean

📋 copy color: '#003A85'

red 0 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #003A85

Tints of Dark Cerulean #003A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 0%
G = 30.37%
B = 69.63%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003A85 (or 0x003A85) is known color: Dark Cerulean. HEX triplet: 00, 3A and 85. RGB value is (0,58,133). Sum of RGB (Red+Green+Blue) = 0+58+133=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #003A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A85 is #FFC57A. Grayscale: #303030. Windows color (decimal): -16762235 or 8731136. OLE color: 8731136.

HSL color Cylindrical-coordinate representation of color #003A85: hue angle of 213.83º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A85 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 58 133 -
CMYK 1 0.56 0 0.48
HSL 213.83º 1% 0.26% -
HSV(B) 213.83º 1% 0.52% -
XYZ 5.75 4.72 22.8 -
YUV 49.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 0 58 133 1 0.56 0 0.48 213.83 1 0.26
Hex 0 3A 85 64 38 0 30 D6 64 1A
Octal 0 72 205 144 70 0 60 326 144 32
Binary 0 111010 10000101 1100100 111000 0 110000 11010110 1100100 11010

Color Harmonies of #003A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A85

Black with #003A85

Text Example


Text Example

White with #003A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A85; }

 p { color: rgb(0,58,133); }

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

background-color css

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

 a { background-color: rgb(0,58,133); }

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

border-color css

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

 span { border-color: rgb(0,58,133); }

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