Html Css Color HEX #0F689C Cerulean

📋 copy color: '#0F689C'

red 15 ◦ green 104 ◦ blue 156

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

Shades of Cerulean #0F689C

Tints of Cerulean #0F689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 5.45%
G = 37.82%
B = 56.73%

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

#0F689C (or 0x0F689C) is known color: Cerulean. HEX triplet: 0F, 68 and 9C. RGB value is (15,104,156). Sum of RGB (Red+Green+Blue) = 15+104+156=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F689C is #F09763. Grayscale: #535353. Windows color (decimal): -15767396 or 10250255. OLE color: 10250255.

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

Color convert

RGB 15 104 156 -
CMYK 0.90 0.33 0 0.39
HSL 202.13º 0.82% 0.34% -
HSV(B) 202.13º 0.9% 0.61% -
XYZ 11.15 12.4 33.26 -
YUV 83.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 15 104 156 0.90 0.33 0 0.39 202.13 0.82 0.34
Hex F 68 9C 5A 21 0 27 CA 52 22
Octal 17 150 234 132 41 0 47 312 122 42
Binary 1111 1101000 10011100 1011010 100001 0 100111 11001010 1010010 100010

Color Harmonies of #0F689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F689C

Black with #0F689C

Text Example


Text Example

White with #0F689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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