Html Css Color HEX #013F8C Dark Cerulean

📋 copy color: '#013F8C'

red 1 ◦ green 63 ◦ blue 140

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

Shades of Dark Cerulean #013F8C

Tints of Dark Cerulean #013F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 0.49%
G = 30.88%
B = 68.63%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#013F8C (or 0x013F8C) is known color: Dark Cerulean. HEX triplet: 01, 3F and 8C. RGB value is (1,63,140). Sum of RGB (Red+Green+Blue) = 1+63+140=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #013F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F8C is #FEC073. Grayscale: #343434. Windows color (decimal): -16695412 or 9191169. OLE color: 9191169.

HSL color Cylindrical-coordinate representation of color #013F8C: hue angle of 213.24º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F8C is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 63 140 -
CMYK 0.99 0.55 0 0.45
HSL 213.24º 0.99% 0.28% -
HSV(B) 213.24º 0.99% 0.55% -
XYZ 6.52 5.45 25.52 -
YUV 53.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 1 63 140 0.99 0.55 0 0.45 213.24 0.99 0.28
Hex 1 3F 8C 63 37 0 2D D5 63 1C
Octal 1 77 214 143 67 0 55 325 143 34
Binary 1 111111 10001100 1100011 110111 0 101101 11010101 1100011 11100

Color Harmonies of #013F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F8C

Black with #013F8C

Text Example


Text Example

White with #013F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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