Html Css Color HEX #0137CC Persian Blue

📋 copy color: '#0137CC'

red 1 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #0137CC

Tints of Persian Blue #0137CC

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 204 (80.08% from 255) = 78.46%

R = 0.38%
G = 21.15%
B = 78.46%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0137CC (or 0x0137CC) is known color: Persian Blue. HEX triplet: 01, 37 and CC. RGB value is (1,55,204). Sum of RGB (Red+Green+Blue) = 1+55+204=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #0137CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137CC is #FEC833. Grayscale: #373737. Windows color (decimal): -16697396 or 13383425. OLE color: 13383425.

HSL color Cylindrical-coordinate representation of color #0137CC: hue angle of 224.04º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0137CC is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 55 204 -
CMYK 1.00 0.73 0 0.2
HSL 224.04º 0.99% 0.4% -
HSV(B) 224.04º 1% 0.8% -
XYZ 12.28 7.1 57.85 -
YUV 55.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 1 55 204 1.00 0.73 0 0.2 224.04 0.99 0.4
Hex 1 37 CC 64 49 0 14 E0 63 28
Octal 1 67 314 144 111 0 24 340 143 50
Binary 1 110111 11001100 1100100 1001001 0 10100 11100000 1100011 101000

Color Harmonies of #0137CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137CC

Black with #0137CC

Text Example


Text Example

White with #0137CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0137CC; }

 p { color: rgb(1,55,204); }

 H1.HeaderClassName
 {
   color: #0137CC;
 }
 .AnyTagClassName
 {
   color: #0137CC;
 }
</style>

background-color css

<style>
 a { background-color: #0137CC; }

 a { background-color: rgb(1,55,204); }

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

border-color css

<style>
 span { border-color: #0137CC; }

 span { border-color: rgb(1,55,204); }

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