Html Css Color HEX #0F699C Cerulean

📋 copy color: '#0F699C'

red 15 ◦ green 105 ◦ blue 156

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

Shades of Cerulean #0F699C

Tints of Cerulean #0F699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

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

R = 5.43%
G = 38.04%
B = 56.52%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F699C (or 0x0F699C) is known color: Cerulean. HEX triplet: 0F, 69 and 9C. RGB value is (15,105,156). Sum of RGB (Red+Green+Blue) = 15+105+156=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F699C is #F09663. Grayscale: #535353. Windows color (decimal): -15767140 or 10250511. OLE color: 10250511.

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

Color convert

RGB 15 105 156 -
CMYK 0.90 0.33 0 0.39
HSL 201.7º 0.82% 0.34% -
HSV(B) 201.7º 0.9% 0.61% -
XYZ 11.25 12.61 33.29 -
YUV 83.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 15 105 156 0.90 0.33 0 0.39 201.7 0.82 0.34
Hex F 69 9C 5A 21 0 27 CA 52 22
Octal 17 151 234 132 41 0 47 312 122 42
Binary 1111 1101001 10011100 1011010 100001 0 100111 11001010 1010010 100010

Color Harmonies of #0F699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F699C

Black with #0F699C

Text Example


Text Example

White with #0F699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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