Html Css Color HEX #0F62CA Denim

📋 copy color: '#0F62CA'

red 15 ◦ green 98 ◦ blue 202

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

Shades of Denim #0F62CA

Tints of Denim #0F62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 4.76%
G = 31.11%
B = 64.13%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F62CA (or 0x0F62CA) is known color: Denim. HEX triplet: 0F, 62 and CA. RGB value is (15,98,202). Sum of RGB (Red+Green+Blue) = 15+98+202=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F62CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F62CA is #F09D35. Grayscale: #545454. Windows color (decimal): -15768886 or 13263375. OLE color: 13263375.

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

Color convert

RGB 15 98 202 -
CMYK 0.93 0.51 0 0.21
HSL 213.37º 0.86% 0.43% -
HSV(B) 213.37º 0.93% 0.79% -
XYZ 15.23 13.1 57.6 -
YUV 85.04 194 78.04 -
System Red Green Blue C M Y K H S L
Decimal 15 98 202 0.93 0.51 0 0.21 213.37 0.86 0.43
Hex F 62 CA 5D 33 0 15 D5 56 2B
Octal 17 142 312 135 63 0 25 325 126 53
Binary 1111 1100010 11001010 1011101 110011 0 10101 11010101 1010110 101011

Color Harmonies of #0F62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F62CA

Black with #0F62CA

Text Example


Text Example

White with #0F62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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