Html Css Color HEX #0F6C99 Cerulean

📋 copy color: '#0F6C99'

red 15 ◦ green 108 ◦ blue 153

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

Shades of Cerulean #0F6C99

Tints of Cerulean #0F6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.13%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 5.43%
G = 39.13%
B = 55.43%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F6C99 (or 0x0F6C99) is known color: Cerulean. HEX triplet: 0F, 6C and 99. RGB value is (15,108,153). Sum of RGB (Red+Green+Blue) = 15+108+153=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6C99 is #F09366. Grayscale: #555555. Windows color (decimal): -15766375 or 10054671. OLE color: 10054671.

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

Color convert

RGB 15 108 153 -
CMYK 0.90 0.29 0 0.4
HSL 199.57º 0.82% 0.33% -
HSV(B) 199.57º 0.9% 0.6% -
XYZ 11.31 13.13 32.07 -
YUV 85.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 15 108 153 0.90 0.29 0 0.4 199.57 0.82 0.33
Hex F 6C 99 5A 1D 0 28 C8 52 21
Octal 17 154 231 132 35 0 50 310 122 41
Binary 1111 1101100 10011001 1011010 11101 0 101000 11001000 1010010 100001

Color Harmonies of #0F6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C99

Black with #0F6C99

Text Example


Text Example

White with #0F6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,153); }

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

background-color css

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

 a { background-color: rgb(15,108,153); }

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

border-color css

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

 span { border-color: rgb(15,108,153); }

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