Html Css Color HEX #013678 Dark Cerulean

📋 copy color: '#013678'

red 1 ◦ green 54 ◦ blue 120

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

Shades of Dark Cerulean #013678

Tints of Dark Cerulean #013678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 120 (47.27% from 255) = 68.57%

R = 0.57%
G = 30.86%
B = 68.57%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013678 (or 0x013678) is known color: Dark Cerulean. HEX triplet: 01, 36 and 78. RGB value is (1,54,120). Sum of RGB (Red+Green+Blue) = 1+54+120=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #013678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013678 is #FEC987. Grayscale: #2D2D2D. Windows color (decimal): -16697736 or 7878145. OLE color: 7878145.

HSL color Cylindrical-coordinate representation of color #013678: hue angle of 213.28º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013678 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 54 120 -
CMYK 0.99 0.55 0 0.53
HSL 213.28º 0.98% 0.24% -
HSV(B) 213.28º 0.99% 0.47% -
XYZ 4.72 4 18.29 -
YUV 45.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 1 54 120 0.99 0.55 0 0.53 213.28 0.98 0.24
Hex 1 36 78 63 37 0 35 D5 62 18
Octal 1 66 170 143 67 0 65 325 142 30
Binary 1 110110 1111000 1100011 110111 0 110101 11010101 1100010 11000

Color Harmonies of #013678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013678

Black with #013678

Text Example


Text Example

White with #013678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013678; }

 p { color: rgb(1,54,120); }

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

background-color css

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

 a { background-color: rgb(1,54,120); }

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

border-color css

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

 span { border-color: rgb(1,54,120); }

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