Html Css Color HEX #0F639B Cerulean

📋 copy color: '#0F639B'

red 15 ◦ green 99 ◦ blue 155

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

Shades of Cerulean #0F639B

Tints of Cerulean #0F639B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 5.58%
G = 36.8%
B = 57.62%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F639B (or 0x0F639B) is known color: Cerulean. HEX triplet: 0F, 63 and 9B. RGB value is (15,99,155). Sum of RGB (Red+Green+Blue) = 15+99+155=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F639B is #F09C64. Grayscale: #4F4F4F. Windows color (decimal): -15768677 or 10183439. OLE color: 10183439.

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

Color convert

RGB 15 99 155 -
CMYK 0.90 0.36 0 0.39
HSL 204º 0.82% 0.33% -
HSV(B) 204º 0.9% 0.61% -
XYZ 10.58 11.39 32.65 -
YUV 80.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 15 99 155 0.90 0.36 0 0.39 204 0.82 0.33
Hex F 63 9B 5A 24 0 27 CC 52 21
Octal 17 143 233 132 44 0 47 314 122 41
Binary 1111 1100011 10011011 1011010 100100 0 100111 11001100 1010010 100001

Color Harmonies of #0F639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F639B

Black with #0F639B

Text Example


Text Example

White with #0F639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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