Html Css Color HEX #0F62CB Denim

📋 copy color: '#0F62CB'

red 15 ◦ green 98 ◦ blue 203

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

Shades of Denim #0F62CB

Tints of Denim #0F62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 4.75%
G = 31.01%
B = 64.24%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F62CB (or 0x0F62CB) is known color: Denim. HEX triplet: 0F, 62 and CB. RGB value is (15,98,203). Sum of RGB (Red+Green+Blue) = 15+98+203=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F62CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F62CB is #F09D34. Grayscale: #545454. Windows color (decimal): -15768885 or 13328911. OLE color: 13328911.

HSL color Cylindrical-coordinate representation of color #0F62CB: hue angle of 213.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F62CB is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 98 203 -
CMYK 0.93 0.52 0 0.20
HSL 213.51º 0.86% 0.43% -
HSV(B) 213.51º 0.93% 0.8% -
XYZ 15.34 13.15 58.23 -
YUV 85.15 194.5 77.96 -
System Red Green Blue C M Y K H S L
Decimal 15 98 203 0.93 0.52 0 0.20 213.51 0.86 0.43
Hex F 62 CB 5D 34 0 14 D6 56 2B
Octal 17 142 313 135 64 0 24 326 126 53
Binary 1111 1100010 11001011 1011101 110100 0 10100 11010110 1010110 101011

Color Harmonies of #0F62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F62CB

Black with #0F62CB

Text Example


Text Example

White with #0F62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,203); }

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

background-color css

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

 a { background-color: rgb(15,98,203); }

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

border-color css

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

 span { border-color: rgb(15,98,203); }

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