Html Css Color HEX #0F73AA Cerulean

📋 copy color: '#0F73AA'

red 15 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #0F73AA

Tints of Cerulean #0F73AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 5%
G = 38.33%
B = 56.67%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F73AA (or 0x0F73AA) is known color: Cerulean. HEX triplet: 0F, 73 and AA. RGB value is (15,115,170). Sum of RGB (Red+Green+Blue) = 15+115+170=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F73AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F73AA is #F08C55. Grayscale: #5B5B5B. Windows color (decimal): -15764566 or 11170575. OLE color: 11170575.

HSL color Cylindrical-coordinate representation of color #0F73AA: hue angle of 201.29º 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 #0F73AA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 115 170 -
CMYK 0.91 0.32 0 0.33
HSL 201.29º 0.84% 0.36% -
HSV(B) 201.29º 0.91% 0.67% -
XYZ 13.58 15.27 40.26 -
YUV 91.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 15 115 170 0.91 0.32 0 0.33 201.29 0.84 0.36
Hex F 73 AA 5B 20 0 21 C9 54 24
Octal 17 163 252 133 40 0 41 311 124 44
Binary 1111 1110011 10101010 1011011 100000 0 100001 11001001 1010100 100100

Color Harmonies of #0F73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73AA

Black with #0F73AA

Text Example


Text Example

White with #0F73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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