Html Css Color HEX #0C36EB Persian Blue

📋 copy color: '#0C36EB'

red 12 ◦ green 54 ◦ blue 235

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

Shades of Persian Blue #0C36EB

Tints of Persian Blue #0C36EB

RGB

 RED value IS 12 (5.08% from 255) = 3.99%

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

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 3.99%
G = 17.94%
B = 78.07%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C36EB (or 0x0C36EB) is known color: Persian Blue. HEX triplet: 0C, 36 and EB. RGB value is (12,54,235). Sum of RGB (Red+Green+Blue) = 12+54+235=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C36EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C36EB is #F3C914. Grayscale: #3D3D3D. Windows color (decimal): -15976725 or 15414796. OLE color: 15414796.

HSL color Cylindrical-coordinate representation of color #0C36EB: hue angle of 228.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C36EB is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 54 235 -
CMYK 0.95 0.77 0 0.08
HSL 228.7º 0.9% 0.48% -
HSV(B) 228.7º 0.95% 0.92% -
XYZ 16.47 8.71 79.41 -
YUV 62.08 225.59 92.28 -
System Red Green Blue C M Y K H S L
Decimal 12 54 235 0.95 0.77 0 0.08 228.7 0.9 0.48
Hex C 36 EB 5F 4D 0 8 E5 5A 30
Octal 14 66 353 137 115 0 10 345 132 60
Binary 1100 110110 11101011 1011111 1001101 0 1000 11100101 1011010 110000

Color Harmonies of #0C36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C36EB

Black with #0C36EB

Text Example


Text Example

White with #0C36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C36EB; }

 p { color: rgb(12,54,235); }

 H1.HeaderClassName
 {
   color: #0C36EB;
 }
 .AnyTagClassName
 {
   color: #0C36EB;
 }
</style>

background-color css

<style>
 a { background-color: #0C36EB; }

 a { background-color: rgb(12,54,235); }

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

border-color css

<style>
 span { border-color: #0C36EB; }

 span { border-color: rgb(12,54,235); }

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