Html Css Color HEX #015594 Dark Cerulean

📋 copy color: '#015594'

red 1 ◦ green 85 ◦ blue 148

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

Shades of Dark Cerulean #015594

Tints of Dark Cerulean #015594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 0.43%
G = 36.32%
B = 63.25%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015594 (or 0x015594) is known color: Dark Cerulean. HEX triplet: 01, 55 and 94. RGB value is (1,85,148). Sum of RGB (Red+Green+Blue) = 1+85+148=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #015594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015594 is #FEAA6B. Grayscale: #424242. Windows color (decimal): -16689772 or 9721089. OLE color: 9721089.

HSL color Cylindrical-coordinate representation of color #015594: hue angle of 205.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015594 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 85 148 -
CMYK 0.99 0.43 0 0.42
HSL 205.71º 0.99% 0.29% -
HSV(B) 205.71º 0.99% 0.58% -
XYZ 8.61 8.64 29.23 -
YUV 67.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 1 85 148 0.99 0.43 0 0.42 205.71 0.99 0.29
Hex 1 55 94 63 2B 0 2A CE 63 1D
Octal 1 125 224 143 53 0 52 316 143 35
Binary 1 1010101 10010100 1100011 101011 0 101010 11001110 1100011 11101

Color Harmonies of #015594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015594

Black with #015594

Text Example


Text Example

White with #015594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015594; }

 p { color: rgb(1,85,148); }

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

background-color css

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

 a { background-color: rgb(1,85,148); }

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

border-color css

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

 span { border-color: rgb(1,85,148); }

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