Html Css Color HEX #0C41BC Persian Blue

📋 copy color: '#0C41BC'

red 12 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #0C41BC

Tints of Persian Blue #0C41BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 4.53%
G = 24.53%
B = 70.94%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C41BC (or 0x0C41BC) is known color: Persian Blue. HEX triplet: 0C, 41 and BC. RGB value is (12,65,188). Sum of RGB (Red+Green+Blue) = 12+65+188=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C41BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41BC is #F3BE43. Grayscale: #3E3E3E. Windows color (decimal): -15973956 or 12337420. OLE color: 12337420.

HSL color Cylindrical-coordinate representation of color #0C41BC: hue angle of 221.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C41BC is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 65 188 -
CMYK 0.94 0.65 0 0.26
HSL 221.93º 0.88% 0.39% -
HSV(B) 221.93º 0.94% 0.74% -
XYZ 11.12 7.49 48.44 -
YUV 63.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 12 65 188 0.94 0.65 0 0.26 221.93 0.88 0.39
Hex C 41 BC 5E 41 0 1A DE 58 27
Octal 14 101 274 136 101 0 32 336 130 47
Binary 1100 1000001 10111100 1011110 1000001 0 11010 11011110 1011000 100111

Color Harmonies of #0C41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C41BC

Black with #0C41BC

Text Example


Text Example

White with #0C41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,188); }

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

background-color css

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

 a { background-color: rgb(12,65,188); }

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

border-color css

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

 span { border-color: rgb(12,65,188); }

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