Html Css Color HEX #062CCB Persian Blue

📋 copy color: '#062CCB'

red 6 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #062CCB

Tints of Persian Blue #062CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

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

R = 2.37%
G = 17.39%
B = 80.24%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#062CCB (or 0x062CCB) is known color: Persian Blue. HEX triplet: 06, 2C and CB. RGB value is (6,44,203). Sum of RGB (Red+Green+Blue) = 6+44+203=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #062CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CCB is #F9D334. Grayscale: #323232. Windows color (decimal): -16372533 or 13315078. OLE color: 13315078.

HSL color Cylindrical-coordinate representation of color #062CCB: hue angle of 228.43º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CCB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 44 203 -
CMYK 0.97 0.78 0 0.20
HSL 228.43º 0.94% 0.41% -
HSV(B) 228.43º 0.97% 0.8% -
XYZ 11.76 6.15 57.07 -
YUV 50.76 213.91 96.07 -
System Red Green Blue C M Y K H S L
Decimal 6 44 203 0.97 0.78 0 0.20 228.43 0.94 0.41
Hex 6 2C CB 61 4E 0 14 E4 5E 29
Octal 6 54 313 141 116 0 24 344 136 51
Binary 110 101100 11001011 1100001 1001110 0 10100 11100100 1011110 101001

Color Harmonies of #062CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CCB

Black with #062CCB

Text Example


Text Example

White with #062CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,44,203); }

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

background-color css

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

 a { background-color: rgb(6,44,203); }

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

border-color css

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

 span { border-color: rgb(6,44,203); }

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