Html Css Color HEX #0F4CCE Denim

📋 copy color: '#0F4CCE'

red 15 ◦ green 76 ◦ blue 206

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

Shades of Denim #0F4CCE

Tints of Denim #0F4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 5.05%
G = 25.59%
B = 69.36%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F4CCE (or 0x0F4CCE) is known color: Denim. HEX triplet: 0F, 4C and CE. RGB value is (15,76,206). Sum of RGB (Red+Green+Blue) = 15+76+206=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F4CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CCE is #F0B331. Grayscale: #484848. Windows color (decimal): -15774514 or 13519887. OLE color: 13519887.

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

Color convert

RGB 15 76 206 -
CMYK 0.93 0.63 0 0.19
HSL 220.84º 0.86% 0.43% -
HSV(B) 220.84º 0.93% 0.81% -
XYZ 13.92 9.73 59.54 -
YUV 72.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 15 76 206 0.93 0.63 0 0.19 220.84 0.86 0.43
Hex F 4C CE 5D 3F 0 13 DD 56 2B
Octal 17 114 316 135 77 0 23 335 126 53
Binary 1111 1001100 11001110 1011101 111111 0 10011 11011101 1010110 101011

Color Harmonies of #0F4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CCE

Black with #0F4CCE

Text Example


Text Example

White with #0F4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,76,206); }

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

background-color css

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

 a { background-color: rgb(15,76,206); }

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

border-color css

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

 span { border-color: rgb(15,76,206); }

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