Html Css Color HEX #0F659C Cerulean

📋 copy color: '#0F659C'

red 15 ◦ green 101 ◦ blue 156

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

Shades of Cerulean #0F659C

Tints of Cerulean #0F659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 5.51%
G = 37.13%
B = 57.35%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F659C (or 0x0F659C) is known color: Cerulean. HEX triplet: 0F, 65 and 9C. RGB value is (15,101,156). Sum of RGB (Red+Green+Blue) = 15+101+156=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F659C is #F09A63. Grayscale: #515151. Windows color (decimal): -15768164 or 10249487. OLE color: 10249487.

HSL color Cylindrical-coordinate representation of color #0F659C: hue angle of 203.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F659C is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 101 156 -
CMYK 0.90 0.35 0 0.39
HSL 203.4º 0.82% 0.34% -
HSV(B) 203.4º 0.9% 0.61% -
XYZ 10.85 11.81 33.16 -
YUV 81.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 15 101 156 0.90 0.35 0 0.39 203.4 0.82 0.34
Hex F 65 9C 5A 23 0 27 CB 52 22
Octal 17 145 234 132 43 0 47 313 122 42
Binary 1111 1100101 10011100 1011010 100011 0 100111 11001011 1010010 100010

Color Harmonies of #0F659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F659C

Black with #0F659C

Text Example


Text Example

White with #0F659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,156); }

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

background-color css

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

 a { background-color: rgb(15,101,156); }

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

border-color css

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

 span { border-color: rgb(15,101,156); }

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