Html Css Color HEX #013F75 Dark Cerulean

📋 copy color: '#013F75'

red 1 ◦ green 63 ◦ blue 117

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

Shades of Dark Cerulean #013F75

Tints of Dark Cerulean #013F75

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 63 (25% from 255) = 34.81%

 BLUE value IS 117 (46.09% from 255) = 64.64%

R = 0.55%
G = 34.81%
B = 64.64%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013F75 (or 0x013F75) is known color: Dark Cerulean. HEX triplet: 01, 3F and 75. RGB value is (1,63,117). Sum of RGB (Red+Green+Blue) = 1+63+117=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #013F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F75 is #FEC08A. Grayscale: #323232. Windows color (decimal): -16695435 or 7683841. OLE color: 7683841.

HSL color Cylindrical-coordinate representation of color #013F75: hue angle of 207.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F75 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 63 117 -
CMYK 0.99 0.46 0 0.54
HSL 207.93º 0.98% 0.23% -
HSV(B) 207.93º 0.99% 0.46% -
XYZ 5 4.85 17.5 -
YUV 50.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 1 63 117 0.99 0.46 0 0.54 207.93 0.98 0.23
Hex 1 3F 75 63 2E 0 36 D0 62 17
Octal 1 77 165 143 56 0 66 320 142 27
Binary 1 111111 1110101 1100011 101110 0 110110 11010000 1100010 10111

Color Harmonies of #013F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F75

Black with #013F75

Text Example


Text Example

White with #013F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F75; }

 p { color: rgb(1,63,117); }

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

background-color css

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

 a { background-color: rgb(1,63,117); }

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

border-color css

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

 span { border-color: rgb(1,63,117); }

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