Html Css Color HEX #0F74AA Cerulean

📋 copy color: '#0F74AA'

red 15 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #0F74AA

Tints of Cerulean #0F74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 4.98%
G = 38.54%
B = 56.48%

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

#0F74AA (or 0x0F74AA) is known color: Cerulean. HEX triplet: 0F, 74 and AA. RGB value is (15,116,170). Sum of RGB (Red+Green+Blue) = 15+116+170=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F74AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F74AA is #F08B55. Grayscale: #5B5B5B. Windows color (decimal): -15764310 or 11170831. OLE color: 11170831.

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

Color convert

RGB 15 116 170 -
CMYK 0.91 0.32 0 0.33
HSL 200.9º 0.84% 0.36% -
HSV(B) 200.9º 0.91% 0.67% -
XYZ 13.7 15.49 40.3 -
YUV 91.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 15 116 170 0.91 0.32 0 0.33 200.9 0.84 0.36
Hex F 74 AA 5B 20 0 21 C9 54 24
Octal 17 164 252 133 40 0 41 311 124 44
Binary 1111 1110100 10101010 1011011 100000 0 100001 11001001 1010100 100100

Color Harmonies of #0F74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F74AA

Black with #0F74AA

Text Example


Text Example

White with #0F74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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