Html Css Color HEX #015094 Dark Cerulean

📋 copy color: '#015094'

red 1 ◦ green 80 ◦ blue 148

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

Shades of Dark Cerulean #015094

Tints of Dark Cerulean #015094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 0.44%
G = 34.93%
B = 64.63%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015094 (or 0x015094) is known color: Dark Cerulean. HEX triplet: 01, 50 and 94. RGB value is (1,80,148). Sum of RGB (Red+Green+Blue) = 1+80+148=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #015094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015094 is #FEAF6B. Grayscale: #3F3F3F. Windows color (decimal): -16691052 or 9719809. OLE color: 9719809.

HSL color Cylindrical-coordinate representation of color #015094: hue angle of 207.76º 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 #015094 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 80 148 -
CMYK 0.99 0.46 0 0.42
HSL 207.76º 0.99% 0.29% -
HSV(B) 207.76º 0.99% 0.58% -
XYZ 8.23 7.88 29.1 -
YUV 64.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 1 80 148 0.99 0.46 0 0.42 207.76 0.99 0.29
Hex 1 50 94 63 2E 0 2A D0 63 1D
Octal 1 120 224 143 56 0 52 320 143 35
Binary 1 1010000 10010100 1100011 101110 0 101010 11010000 1100011 11101

Color Harmonies of #015094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015094

Black with #015094

Text Example


Text Example

White with #015094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015094; }

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

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

background-color css

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

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

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

border-color css

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

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

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