Html Css Color HEX #0825BA International Klein Blue

📋 copy color: '#0825BA'

red 8 ◦ green 37 ◦ blue 186

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

Shades of International Klein Blue #0825BA

Tints of International Klein Blue #0825BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 3.46%
G = 16.02%
B = 80.52%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0825BA (or 0x0825BA) is known color: International Klein Blue. HEX triplet: 08, 25 and BA. RGB value is (8,37,186). Sum of RGB (Red+Green+Blue) = 8+37+186=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #0825BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825BA is #F7DA45. Grayscale: #2C2C2C. Windows color (decimal): -16243270 or 12199176. OLE color: 12199176.

HSL color Cylindrical-coordinate representation of color #0825BA: hue angle of 230.22º 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 #0825BA is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 37 186 -
CMYK 0.96 0.80 0 0.27
HSL 230.22º 0.92% 0.38% -
HSV(B) 230.22º 0.96% 0.73% -
XYZ 9.62 4.92 46.9 -
YUV 45.32 207.39 101.38 -
System Red Green Blue C M Y K H S L
Decimal 8 37 186 0.96 0.80 0 0.27 230.22 0.92 0.38
Hex 8 25 BA 60 50 0 1B E6 5C 26
Octal 10 45 272 140 120 0 33 346 134 46
Binary 1000 100101 10111010 1100000 1010000 0 11011 11100110 1011100 100110

Color Harmonies of #0825BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825BA

Black with #0825BA

Text Example


Text Example

White with #0825BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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