Html Css Color HEX #071FC3 Persian Blue

📋 copy color: '#071FC3'

red 7 ◦ green 31 ◦ blue 195

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

Shades of Persian Blue #071FC3

Tints of Persian Blue #071FC3

RGB

 RED value IS 7 (3.13% from 255) = 3%

 GREEN value IS 31 (12.5% from 255) = 13.3%

 BLUE value IS 195 (76.56% from 255) = 83.69%

R = 3%
G = 13.3%
B = 83.69%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#071FC3 (or 0x071FC3) is known color: Persian Blue. HEX triplet: 07, 1F and C3. RGB value is (7,31,195). Sum of RGB (Red+Green+Blue) = 7+31+195=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 195 (76.56% from 255 or 83.69% from 233); Max value from RGB is 195 - color contains mainly: blue. Hex color #071FC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FC3 is #F8E03C. Grayscale: #292929. Windows color (decimal): -16310333 or 12787463. OLE color: 12787463.

HSL color Cylindrical-coordinate representation of color #071FC3: hue angle of 232.34º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071FC3 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 31 195 -
CMYK 0.96 0.84 0 0.24
HSL 232.34º 0.93% 0.4% -
HSV(B) 232.34º 0.96% 0.76% -
XYZ 10.43 4.97 52.04 -
YUV 42.52 214.05 102.66 -
System Red Green Blue C M Y K H S L
Decimal 7 31 195 0.96 0.84 0 0.24 232.34 0.93 0.4
Hex 7 1F C3 60 54 0 18 E8 5D 28
Octal 7 37 303 140 124 0 30 350 135 50
Binary 111 11111 11000011 1100000 1010100 0 11000 11101000 1011101 101000

Color Harmonies of #071FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FC3

Black with #071FC3

Text Example


Text Example

White with #071FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071FC3; }

 p { color: rgb(7,31,195); }

 H1.HeaderClassName
 {
   color: #071FC3;
 }
 .AnyTagClassName
 {
   color: #071FC3;
 }
</style>

background-color css

<style>
 a { background-color: #071FC3; }

 a { background-color: rgb(7,31,195); }

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

border-color css

<style>
 span { border-color: #071FC3; }

 span { border-color: rgb(7,31,195); }

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