Html Css Color HEX #015194 Dark Cerulean

📋 copy color: '#015194'

red 1 ◦ green 81 ◦ blue 148

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

Shades of Dark Cerulean #015194

Tints of Dark Cerulean #015194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 0.43%
G = 35.22%
B = 64.35%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015194 (or 0x015194) is known color: Dark Cerulean. HEX triplet: 01, 51 and 94. RGB value is (1,81,148). Sum of RGB (Red+Green+Blue) = 1+81+148=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #015194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015194 is #FEAE6B. Grayscale: #404040. Windows color (decimal): -16690796 or 9720065. OLE color: 9720065.

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

Color convert

RGB 1 81 148 -
CMYK 0.99 0.45 0 0.42
HSL 207.35º 0.99% 0.29% -
HSV(B) 207.35º 0.99% 0.58% -
XYZ 8.3 8.03 29.13 -
YUV 64.72 175 82.55 -
System Red Green Blue C M Y K H S L
Decimal 1 81 148 0.99 0.45 0 0.42 207.35 0.99 0.29
Hex 1 51 94 63 2D 0 2A CF 63 1D
Octal 1 121 224 143 55 0 52 317 143 35
Binary 1 1010001 10010100 1100011 101101 0 101010 11001111 1100011 11101

Color Harmonies of #015194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015194

Black with #015194

Text Example


Text Example

White with #015194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015194; }

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

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

background-color css

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

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

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

border-color css

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

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

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