Html Css Color HEX #0838BA Persian Blue

📋 copy color: '#0838BA'

red 8 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #0838BA

Tints of Persian Blue #0838BA

RGB

 RED value IS 8 (3.52% from 255) = 3.2%

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

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 3.2%
G = 22.4%
B = 74.4%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0838BA (or 0x0838BA) is known color: Persian Blue. HEX triplet: 08, 38 and BA. RGB value is (8,56,186). Sum of RGB (Red+Green+Blue) = 8+56+186=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #0838BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0838BA is #F7C745. Grayscale: #373737. Windows color (decimal): -16238406 or 12204040. OLE color: 12204040.

HSL color Cylindrical-coordinate representation of color #0838BA: hue angle of 223.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0838BA is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 56 186 -
CMYK 0.96 0.70 0 0.27
HSL 223.82º 0.92% 0.38% -
HSV(B) 223.82º 0.96% 0.73% -
XYZ 10.38 6.43 47.15 -
YUV 56.47 201.1 93.43 -
System Red Green Blue C M Y K H S L
Decimal 8 56 186 0.96 0.70 0 0.27 223.82 0.92 0.38
Hex 8 38 BA 60 46 0 1B E0 5C 26
Octal 10 70 272 140 106 0 33 340 134 46
Binary 1000 111000 10111010 1100000 1000110 0 11011 11100000 1011100 100110

Color Harmonies of #0838BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0838BA

Black with #0838BA

Text Example


Text Example

White with #0838BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0838BA; }

 p { color: rgb(8,56,186); }

 H1.HeaderClassName
 {
   color: #0838BA;
 }
 .AnyTagClassName
 {
   color: #0838BA;
 }
</style>

background-color css

<style>
 a { background-color: #0838BA; }

 a { background-color: rgb(8,56,186); }

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

border-color css

<style>
 span { border-color: #0838BA; }

 span { border-color: rgb(8,56,186); }

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