Html Css Color HEX #0A38EB Persian Blue

📋 copy color: '#0A38EB'

red 10 ◦ green 56 ◦ blue 235

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

Shades of Persian Blue #0A38EB

Tints of Persian Blue #0A38EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 3.32%
G = 18.6%
B = 78.07%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A38EB (or 0x0A38EB) is known color: Persian Blue. HEX triplet: 0A, 38 and EB. RGB value is (10,56,235). Sum of RGB (Red+Green+Blue) = 10+56+235=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 56 (22.27% from 255 or 18.60% 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 #0A38EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A38EB is #F5C714. Grayscale: #3D3D3D. Windows color (decimal): -16107285 or 15415306. OLE color: 15415306.

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

Color convert

RGB 10 56 235 -
CMYK 0.96 0.76 0 0.08
HSL 227.73º 0.92% 0.48% -
HSV(B) 227.73º 0.96% 0.92% -
XYZ 16.53 8.89 79.44 -
YUV 62.65 225.26 90.45 -
System Red Green Blue C M Y K H S L
Decimal 10 56 235 0.96 0.76 0 0.08 227.73 0.92 0.48
Hex A 38 EB 60 4C 0 8 E4 5C 30
Octal 12 70 353 140 114 0 10 344 134 60
Binary 1010 111000 11101011 1100000 1001100 0 1000 11100100 1011100 110000

Color Harmonies of #0A38EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A38EB

Black with #0A38EB

Text Example


Text Example

White with #0A38EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,56,235); }

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

background-color css

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

 a { background-color: rgb(10,56,235); }

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

border-color css

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

 span { border-color: rgb(10,56,235); }

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