Html Css Color HEX #003D85 Dark Cerulean

📋 copy color: '#003D85'

red 0 ◦ green 61 ◦ blue 133

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

Shades of Dark Cerulean #003D85

Tints of Dark Cerulean #003D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

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

R = 0%
G = 31.44%
B = 68.56%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003D85 (or 0x003D85) is known color: Dark Cerulean. HEX triplet: 00, 3D and 85. RGB value is (0,61,133). Sum of RGB (Red+Green+Blue) = 0+61+133=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #003D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D85 is #FFC27A. Grayscale: #323232. Windows color (decimal): -16761467 or 8731904. OLE color: 8731904.

HSL color Cylindrical-coordinate representation of color #003D85: hue angle of 212.48º 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 #003D85 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 61 133 -
CMYK 1 0.54 0 0.48
HSL 212.48º 1% 0.26% -
HSV(B) 212.48º 1% 0.52% -
XYZ 5.9 5.03 22.85 -
YUV 50.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 0 61 133 1 0.54 0 0.48 212.48 1 0.26
Hex 0 3D 85 64 36 0 30 D4 64 1A
Octal 0 75 205 144 66 0 60 324 144 32
Binary 0 111101 10000101 1100100 110110 0 110000 11010100 1100100 11010

Color Harmonies of #003D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D85

Black with #003D85

Text Example


Text Example

White with #003D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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