Html Css Color HEX #0F6696 Cerulean

📋 copy color: '#0F6696'

red 15 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #0F6696

Tints of Cerulean #0F6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 5.62%
G = 38.2%
B = 56.18%

CMYK

 C value IS 0.9

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F6696 (or 0x0F6696) is known color: Cerulean. HEX triplet: 0F, 66 and 96. RGB value is (15,102,150). Sum of RGB (Red+Green+Blue) = 15+102+150=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F6696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6696 is #F09969. Grayscale: #515151. Windows color (decimal): -15767914 or 9856527. OLE color: 9856527.

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

Color convert

RGB 15 102 150 -
CMYK 0.9 0.32 0 0.41
HSL 201.33º 0.82% 0.32% -
HSV(B) 201.33º 0.9% 0.59% -
XYZ 10.45 11.81 30.58 -
YUV 81.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 15 102 150 0.9 0.32 0 0.41 201.33 0.82 0.32
Hex F 66 96 5A 20 0 29 C9 52 20
Octal 17 146 226 132 40 0 51 311 122 40
Binary 1111 1100110 10010110 1011010 100000 0 101001 11001001 1010010 100000

Color Harmonies of #0F6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6696

Black with #0F6696

Text Example


Text Example

White with #0F6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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