Html Css Color HEX #062DCB Persian Blue

📋 copy color: '#062DCB'

red 6 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #062DCB

Tints of Persian Blue #062DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

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

R = 2.36%
G = 17.72%
B = 79.92%

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

#062DCB (or 0x062DCB) is known color: Persian Blue. HEX triplet: 06, 2D and CB. RGB value is (6,45,203). Sum of RGB (Red+Green+Blue) = 6+45+203=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #062DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DCB is #F9D234. Grayscale: #323232. Windows color (decimal): -16372277 or 13315334. OLE color: 13315334.

HSL color Cylindrical-coordinate representation of color #062DCB: hue angle of 228.12º 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 #062DCB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 45 203 -
CMYK 0.97 0.78 0 0.20
HSL 228.12º 0.94% 0.41% -
HSV(B) 228.12º 0.97% 0.8% -
XYZ 11.79 6.23 57.08 -
YUV 51.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 6 45 203 0.97 0.78 0 0.20 228.12 0.94 0.41
Hex 6 2D CB 61 4E 0 14 E4 5E 29
Octal 6 55 313 141 116 0 24 344 136 51
Binary 110 101101 11001011 1100001 1001110 0 10100 11100100 1011110 101001

Color Harmonies of #062DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DCB

Black with #062DCB

Text Example


Text Example

White with #062DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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