Html Css Color HEX #0F55CB Denim

📋 copy color: '#0F55CB'

red 15 ◦ green 85 ◦ blue 203

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

Shades of Denim #0F55CB

Tints of Denim #0F55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

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

R = 4.95%
G = 28.05%
B = 67%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F55CB (or 0x0F55CB) is known color: Denim. HEX triplet: 0F, 55 and CB. RGB value is (15,85,203). Sum of RGB (Red+Green+Blue) = 15+85+203=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F55CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F55CB is #F0AA34. Grayscale: #4C4C4C. Windows color (decimal): -15772213 or 13325583. OLE color: 13325583.

HSL color Cylindrical-coordinate representation of color #0F55CB: hue angle of 217.66º 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 #0F55CB is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 85 203 -
CMYK 0.93 0.58 0 0.20
HSL 217.66º 0.86% 0.43% -
HSV(B) 217.66º 0.93% 0.8% -
XYZ 14.22 10.91 57.86 -
YUV 77.52 198.81 83.41 -
System Red Green Blue C M Y K H S L
Decimal 15 85 203 0.93 0.58 0 0.20 217.66 0.86 0.43
Hex F 55 CB 5D 3A 0 14 DA 56 2B
Octal 17 125 313 135 72 0 24 332 126 53
Binary 1111 1010101 11001011 1011101 111010 0 10100 11011010 1010110 101011

Color Harmonies of #0F55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F55CB

Black with #0F55CB

Text Example


Text Example

White with #0F55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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