Html Css Color HEX #015A8C Dark Cerulean

📋 copy color: '#015A8C'

red 1 ◦ green 90 ◦ blue 140

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

Shades of Dark Cerulean #015A8C

Tints of Dark Cerulean #015A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 0.43%
G = 38.96%
B = 60.61%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#015A8C (or 0x015A8C) is known color: Dark Cerulean. HEX triplet: 01, 5A and 8C. RGB value is (1,90,140). Sum of RGB (Red+Green+Blue) = 1+90+140=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #015A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A8C is #FEA573. Grayscale: #444444. Windows color (decimal): -16688500 or 9198081. OLE color: 9198081.

HSL color Cylindrical-coordinate representation of color #015A8C: hue angle of 201.58º 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 #015A8C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 90 140 -
CMYK 0.99 0.36 0 0.45
HSL 201.58º 0.99% 0.28% -
HSV(B) 201.58º 0.99% 0.55% -
XYZ 8.4 9.21 26.15 -
YUV 69.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 1 90 140 0.99 0.36 0 0.45 201.58 0.99 0.28
Hex 1 5A 8C 63 24 0 2D CA 63 1C
Octal 1 132 214 143 44 0 55 312 143 34
Binary 1 1011010 10001100 1100011 100100 0 101101 11001010 1100011 11100

Color Harmonies of #015A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A8C

Black with #015A8C

Text Example


Text Example

White with #015A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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