Html Css Color HEX #0825BE International Klein Blue

📋 copy color: '#0825BE'

red 8 ◦ green 37 ◦ blue 190

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

Shades of International Klein Blue #0825BE

Tints of International Klein Blue #0825BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.85%

R = 3.4%
G = 15.74%
B = 80.85%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0825BE (or 0x0825BE) is known color: International Klein Blue. HEX triplet: 08, 25 and BE. RGB value is (8,37,190). Sum of RGB (Red+Green+Blue) = 8+37+190=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #0825BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825BE is #F7DA41. Grayscale: #2D2D2D. Windows color (decimal): -16243266 or 12461320. OLE color: 12461320.

HSL color Cylindrical-coordinate representation of color #0825BE: hue angle of 230.44º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0825BE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 37 190 -
CMYK 0.96 0.81 0 0.25
HSL 230.44º 0.92% 0.39% -
HSV(B) 230.44º 0.96% 0.75% -
XYZ 10.06 5.09 49.17 -
YUV 45.77 209.39 101.06 -
System Red Green Blue C M Y K H S L
Decimal 8 37 190 0.96 0.81 0 0.25 230.44 0.92 0.39
Hex 8 25 BE 60 51 0 19 E6 5C 27
Octal 10 45 276 140 121 0 31 346 134 47
Binary 1000 100101 10111110 1100000 1010001 0 11001 11100110 1011100 100111

Color Harmonies of #0825BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825BE

Black with #0825BE

Text Example


Text Example

White with #0825BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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