Html Css Color HEX #0F7397 Cerulean

📋 copy color: '#0F7397'

red 15 ◦ green 115 ◦ blue 151

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

Shades of Cerulean #0F7397

Tints of Cerulean #0F7397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 5.34%
G = 40.93%
B = 53.74%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F7397 (or 0x0F7397) is known color: Cerulean. HEX triplet: 0F, 73 and 97. RGB value is (15,115,151). Sum of RGB (Red+Green+Blue) = 15+115+151=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F7397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7397 is #F08C68. Grayscale: #585858. Windows color (decimal): -15764585 or 9925391. OLE color: 9925391.

HSL color Cylindrical-coordinate representation of color #0F7397: hue angle of 195.88º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7397 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 115 151 -
CMYK 0.90 0.24 0 0.41
HSL 195.88º 0.82% 0.33% -
HSV(B) 195.88º 0.9% 0.59% -
XYZ 11.91 14.6 31.47 -
YUV 89.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 15 115 151 0.90 0.24 0 0.41 195.88 0.82 0.33
Hex F 73 97 5A 18 0 29 C4 52 21
Octal 17 163 227 132 30 0 51 304 122 41
Binary 1111 1110011 10010111 1011010 11000 0 101001 11000100 1010010 100001

Color Harmonies of #0F7397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7397

Black with #0F7397

Text Example


Text Example

White with #0F7397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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