Html Css Color HEX #072BCB Persian Blue

📋 copy color: '#072BCB'

red 7 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #072BCB

Tints of Persian Blue #072BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

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

R = 2.77%
G = 17%
B = 80.24%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072BCB (or 0x072BCB) is known color: Persian Blue. HEX triplet: 07, 2B and CB. RGB value is (7,43,203). Sum of RGB (Red+Green+Blue) = 7+43+203=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 43 (17.19% from 255 or 17.00% 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 #072BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BCB is #F8D434. Grayscale: #313131. Windows color (decimal): -16307253 or 13314823. OLE color: 13314823.

HSL color Cylindrical-coordinate representation of color #072BCB: hue angle of 228.98º degrees, saturation: 0.93, 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 #072BCB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 43 203 -
CMYK 0.97 0.79 0 0.20
HSL 228.98º 0.93% 0.41% -
HSV(B) 228.98º 0.97% 0.8% -
XYZ 11.73 6.08 57.06 -
YUV 50.48 214.07 96.99 -
System Red Green Blue C M Y K H S L
Decimal 7 43 203 0.97 0.79 0 0.20 228.98 0.93 0.41
Hex 7 2B CB 61 4F 0 14 E5 5D 29
Octal 7 53 313 141 117 0 24 345 135 51
Binary 111 101011 11001011 1100001 1001111 0 10100 11100101 1011101 101001

Color Harmonies of #072BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BCB

Black with #072BCB

Text Example


Text Example

White with #072BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072BCB; }

 p { color: rgb(7,43,203); }

 H1.HeaderClassName
 {
   color: #072BCB;
 }
 .AnyTagClassName
 {
   color: #072BCB;
 }
</style>

background-color css

<style>
 a { background-color: #072BCB; }

 a { background-color: rgb(7,43,203); }

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

border-color css

<style>
 span { border-color: #072BCB; }

 span { border-color: rgb(7,43,203); }

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