Html Css Color HEX #0F73AB Cerulean

📋 copy color: '#0F73AB'

red 15 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #0F73AB

Tints of Cerulean #0F73AB

RGB

 RED value IS 15 (6.25% from 255) = 4.98%

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 4.98%
G = 38.21%
B = 56.81%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F73AB (or 0x0F73AB) is known color: Cerulean. HEX triplet: 0F, 73 and AB. RGB value is (15,115,171). Sum of RGB (Red+Green+Blue) = 15+115+171=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F73AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F73AB is #F08C54. Grayscale: #5B5B5B. Windows color (decimal): -15764565 or 11236111. OLE color: 11236111.

HSL color Cylindrical-coordinate representation of color #0F73AB: hue angle of 201.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F73AB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 115 171 -
CMYK 0.91 0.33 0 0.33
HSL 201.54º 0.84% 0.36% -
HSV(B) 201.54º 0.91% 0.67% -
XYZ 13.68 15.3 40.76 -
YUV 91.48 172.87 73.45 -
System Red Green Blue C M Y K H S L
Decimal 15 115 171 0.91 0.33 0 0.33 201.54 0.84 0.36
Hex F 73 AB 5B 21 0 21 CA 54 24
Octal 17 163 253 133 41 0 41 312 124 44
Binary 1111 1110011 10101011 1011011 100001 0 100001 11001010 1010100 100100

Color Harmonies of #0F73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73AB

Black with #0F73AB

Text Example


Text Example

White with #0F73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F73AB; }

 p { color: rgb(15,115,171); }

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

background-color css

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

 a { background-color: rgb(15,115,171); }

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

border-color css

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

 span { border-color: rgb(15,115,171); }

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