Html Css Color HEX #015F9A Cerulean

📋 copy color: '#015F9A'

red 1 ◦ green 95 ◦ blue 154

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

Shades of Cerulean #015F9A

Tints of Cerulean #015F9A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 0.4%
G = 38%
B = 61.6%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015F9A (or 0x015F9A) is known color: Cerulean. HEX triplet: 01, 5F and 9A. RGB value is (1,95,154). Sum of RGB (Red+Green+Blue) = 1+95+154=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #015F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F9A is #FEA065. Grayscale: #494949. Windows color (decimal): -16687206 or 10116865. OLE color: 10116865.

HSL color Cylindrical-coordinate representation of color #015F9A: hue angle of 203.14º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F9A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 95 154 -
CMYK 0.99 0.38 0 0.40
HSL 203.14º 0.99% 0.3% -
HSV(B) 203.14º 0.99% 0.6% -
XYZ 9.94 10.52 32.08 -
YUV 73.62 173.36 76.2 -
System Red Green Blue C M Y K H S L
Decimal 1 95 154 0.99 0.38 0 0.40 203.14 0.99 0.3
Hex 1 5F 9A 63 26 0 28 CB 63 1E
Octal 1 137 232 143 46 0 50 313 143 36
Binary 1 1011111 10011010 1100011 100110 0 101000 11001011 1100011 11110

Color Harmonies of #015F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F9A

Black with #015F9A

Text Example


Text Example

White with #015F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,154); }

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

background-color css

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

 a { background-color: rgb(1,95,154); }

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

border-color css

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

 span { border-color: rgb(1,95,154); }

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