Html Css Color HEX #0236CD Persian Blue

📋 copy color: '#0236CD'

red 2 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #0236CD

Tints of Persian Blue #0236CD

RGB

 RED value IS 2 (1.17% from 255) = 0.77%

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 205 (80.47% from 255) = 78.54%

R = 0.77%
G = 20.69%
B = 78.54%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0236CD (or 0x0236CD) is known color: Persian Blue. HEX triplet: 02, 36 and CD. RGB value is (2,54,205). Sum of RGB (Red+Green+Blue) = 2+54+205=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #0236CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0236CD is #FDC932. Grayscale: #373737. Windows color (decimal): -16632115 or 13448706. OLE color: 13448706.

HSL color Cylindrical-coordinate representation of color #0236CD: hue angle of 224.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236CD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 54 205 -
CMYK 0.99 0.74 0 0.20
HSL 224.63º 0.98% 0.41% -
HSV(B) 224.63º 0.99% 0.8% -
XYZ 12.36 7.06 58.47 -
YUV 55.67 212.27 89.72 -
System Red Green Blue C M Y K H S L
Decimal 2 54 205 0.99 0.74 0 0.20 224.63 0.98 0.41
Hex 2 36 CD 63 4A 0 14 E1 62 29
Octal 2 66 315 143 112 0 24 341 142 51
Binary 10 110110 11001101 1100011 1001010 0 10100 11100001 1100010 101001

Color Harmonies of #0236CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0236CD

Black with #0236CD

Text Example


Text Example

White with #0236CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0236CD; }

 p { color: rgb(2,54,205); }

 H1.HeaderClassName
 {
   color: #0236CD;
 }
 .AnyTagClassName
 {
   color: #0236CD;
 }
</style>

background-color css

<style>
 a { background-color: #0236CD; }

 a { background-color: rgb(2,54,205); }

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

border-color css

<style>
 span { border-color: #0236CD; }

 span { border-color: rgb(2,54,205); }

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