Html Css Color HEX #0A37BC Persian Blue

📋 copy color: '#0A37BC'

red 10 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #0A37BC

Tints of Persian Blue #0A37BC

RGB

 RED value IS 10 (4.3% from 255) = 3.95%

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

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

R = 3.95%
G = 21.74%
B = 74.31%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A37BC (or 0x0A37BC) is known color: Persian Blue. HEX triplet: 0A, 37 and BC. RGB value is (10,55,188). Sum of RGB (Red+Green+Blue) = 10+55+188=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A37BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A37BC is #F5C843. Grayscale: #383838. Windows color (decimal): -16107588 or 12334858. OLE color: 12334858.

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

Color convert

RGB 10 55 188 -
CMYK 0.95 0.71 0 0.26
HSL 224.83º 0.9% 0.39% -
HSV(B) 224.83º 0.95% 0.74% -
XYZ 10.57 6.43 48.26 -
YUV 56.71 202.09 94.69 -
System Red Green Blue C M Y K H S L
Decimal 10 55 188 0.95 0.71 0 0.26 224.83 0.9 0.39
Hex A 37 BC 5F 47 0 1A E1 5A 27
Octal 12 67 274 137 107 0 32 341 132 47
Binary 1010 110111 10111100 1011111 1000111 0 11010 11100001 1011010 100111

Color Harmonies of #0A37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A37BC

Black with #0A37BC

Text Example


Text Example

White with #0A37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,55,188); }

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

background-color css

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

 a { background-color: rgb(10,55,188); }

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

border-color css

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

 span { border-color: rgb(10,55,188); }

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