Html Css Color HEX #0F53CF Denim

📋 copy color: '#0F53CF'

red 15 ◦ green 83 ◦ blue 207

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

Shades of Denim #0F53CF

Tints of Denim #0F53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 4.92%
G = 27.21%
B = 67.87%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F53CF (or 0x0F53CF) is known color: Denim. HEX triplet: 0F, 53 and CF. RGB value is (15,83,207). Sum of RGB (Red+Green+Blue) = 15+83+207=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F53CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F53CF is #F0AC30. Grayscale: #4C4C4C. Windows color (decimal): -15772721 or 13587215. OLE color: 13587215.

HSL color Cylindrical-coordinate representation of color #0F53CF: hue angle of 218.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F53CF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 83 207 -
CMYK 0.93 0.60 0 0.19
HSL 218.75º 0.86% 0.44% -
HSV(B) 218.75º 0.93% 0.81% -
XYZ 14.55 10.79 60.35 -
YUV 76.8 201.47 83.92 -
System Red Green Blue C M Y K H S L
Decimal 15 83 207 0.93 0.60 0 0.19 218.75 0.86 0.44
Hex F 53 CF 5D 3C 0 13 DB 56 2C
Octal 17 123 317 135 74 0 23 333 126 54
Binary 1111 1010011 11001111 1011101 111100 0 10011 11011011 1010110 101100

Color Harmonies of #0F53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F53CF

Black with #0F53CF

Text Example


Text Example

White with #0F53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,207); }

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

background-color css

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

 a { background-color: rgb(15,83,207); }

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

border-color css

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

 span { border-color: rgb(15,83,207); }

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