Html Css Color HEX #0F6697 Cerulean

📋 copy color: '#0F6697'

red 15 ◦ green 102 ◦ blue 151

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

Shades of Cerulean #0F6697

Tints of Cerulean #0F6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

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

R = 5.6%
G = 38.06%
B = 56.34%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F6697 (or 0x0F6697) is known color: Cerulean. HEX triplet: 0F, 66 and 97. RGB value is (15,102,151). Sum of RGB (Red+Green+Blue) = 15+102+151=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F6697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6697 is #F09968. Grayscale: #515151. Windows color (decimal): -15767913 or 9922063. OLE color: 9922063.

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

Color convert

RGB 15 102 151 -
CMYK 0.90 0.32 0 0.41
HSL 201.62º 0.82% 0.33% -
HSV(B) 201.62º 0.9% 0.59% -
XYZ 10.53 11.84 31.01 -
YUV 81.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 15 102 151 0.90 0.32 0 0.41 201.62 0.82 0.33
Hex F 66 97 5A 20 0 29 CA 52 21
Octal 17 146 227 132 40 0 51 312 122 41
Binary 1111 1100110 10010111 1011010 100000 0 101001 11001010 1010010 100001

Color Harmonies of #0F6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6697

Black with #0F6697

Text Example


Text Example

White with #0F6697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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