Html Css Color HEX #0F639F Cerulean

📋 copy color: '#0F639F'

red 15 ◦ green 99 ◦ blue 159

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

Shades of Cerulean #0F639F

Tints of Cerulean #0F639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 5.49%
G = 36.26%
B = 58.24%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F639F (or 0x0F639F) is known color: Cerulean. HEX triplet: 0F, 63 and 9F. RGB value is (15,99,159). Sum of RGB (Red+Green+Blue) = 15+99+159=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F639F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F639F is #F09C60. Grayscale: #505050. Windows color (decimal): -15768673 or 10445583. OLE color: 10445583.

HSL color Cylindrical-coordinate representation of color #0F639F: hue angle of 205º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F639F is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 99 159 -
CMYK 0.91 0.38 0 0.38
HSL 205º 0.83% 0.34% -
HSV(B) 205º 0.91% 0.62% -
XYZ 10.92 11.53 34.45 -
YUV 80.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 15 99 159 0.91 0.38 0 0.38 205 0.83 0.34
Hex F 63 9F 5B 26 0 26 CD 53 22
Octal 17 143 237 133 46 0 46 315 123 42
Binary 1111 1100011 10011111 1011011 100110 0 100110 11001101 1010011 100010

Color Harmonies of #0F639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F639F

Black with #0F639F

Text Example


Text Example

White with #0F639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,99,159); }

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

background-color css

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

 a { background-color: rgb(15,99,159); }

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

border-color css

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

 span { border-color: rgb(15,99,159); }

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