Html Css Color HEX #062FC0 Persian Blue

📋 copy color: '#062FC0'

red 6 ◦ green 47 ◦ blue 192

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

Shades of Persian Blue #062FC0

Tints of Persian Blue #062FC0

RGB

 RED value IS 6 (2.73% from 255) = 2.45%

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 192 (75.39% from 255) = 78.37%

R = 2.45%
G = 19.18%
B = 78.37%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#062FC0 (or 0x062FC0) is known color: Persian Blue. HEX triplet: 06, 2F and C0. RGB value is (6,47,192). Sum of RGB (Red+Green+Blue) = 6+47+192=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #062FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FC0 is #F9D03F. Grayscale: #323232. Windows color (decimal): -16371776 or 12594950. OLE color: 12594950.

HSL color Cylindrical-coordinate representation of color #062FC0: hue angle of 226.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062FC0 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 47 192 -
CMYK 0.97 0.76 0 0.25
HSL 226.77º 0.94% 0.39% -
HSV(B) 226.77º 0.97% 0.75% -
XYZ 10.61 5.88 50.44 -
YUV 51.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 6 47 192 0.97 0.76 0 0.25 226.77 0.94 0.39
Hex 6 2F C0 61 4C 0 19 E3 5E 27
Octal 6 57 300 141 114 0 31 343 136 47
Binary 110 101111 11000000 1100001 1001100 0 11001 11100011 1011110 100111

Color Harmonies of #062FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FC0

Black with #062FC0

Text Example


Text Example

White with #062FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062FC0; }

 p { color: rgb(6,47,192); }

 H1.HeaderClassName
 {
   color: #062FC0;
 }
 .AnyTagClassName
 {
   color: #062FC0;
 }
</style>

background-color css

<style>
 a { background-color: #062FC0; }

 a { background-color: rgb(6,47,192); }

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

border-color css

<style>
 span { border-color: #062FC0; }

 span { border-color: rgb(6,47,192); }

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