Html Css Color HEX #1F5FCA Denim

📋 copy color: '#1F5FCA'

red 31 ◦ green 95 ◦ blue 202

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

Shades of Denim #1F5FCA

Tints of Denim #1F5FCA

RGB

 RED value IS 31 (12.5% from 255) = 9.45%

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 9.45%
G = 28.96%
B = 61.59%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F5FCA (or 0x1F5FCA) is known color: Denim. HEX triplet: 1F, 5F and CA. RGB value is (31,95,202). Sum of RGB (Red+Green+Blue) = 31+95+202=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F5FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCA is #E0A035. Grayscale: #575757. Windows color (decimal): -14721078 or 13262623. OLE color: 13262623.

HSL color Cylindrical-coordinate representation of color #1F5FCA: hue angle of 217.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5FCA is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 95 202 -
CMYK 0.85 0.53 0 0.21
HSL 217.54º 0.73% 0.46% -
HSV(B) 217.54º 0.85% 0.79% -
XYZ 15.32 12.74 57.53 -
YUV 88.06 192.3 87.3 -
System Red Green Blue C M Y K H S L
Decimal 31 95 202 0.85 0.53 0 0.21 217.54 0.73 0.46
Hex 1F 5F CA 55 35 0 15 DA 49 2E
Octal 37 137 312 125 65 0 25 332 111 56
Binary 11111 1011111 11001010 1010101 110101 0 10101 11011010 1001001 101110

Color Harmonies of #1F5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5FCA

Black with #1F5FCA

Text Example


Text Example

White with #1F5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5FCA; }

 p { color: rgb(31,95,202); }

 H1.HeaderClassName
 {
   color: #1F5FCA;
 }
 .AnyTagClassName
 {
   color: #1F5FCA;
 }
</style>

background-color css

<style>
 a { background-color: #1F5FCA; }

 a { background-color: rgb(31,95,202); }

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

border-color css

<style>
 span { border-color: #1F5FCA; }

 span { border-color: rgb(31,95,202); }

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