Html Css Color HEX #0823AB International Klein Blue

📋 copy color: '#0823AB'

red 8 ◦ green 35 ◦ blue 171

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

Shades of International Klein Blue #0823AB

Tints of International Klein Blue #0823AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 171 (67.19% from 255) = 79.91%

R = 3.74%
G = 16.36%
B = 79.91%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0823AB (or 0x0823AB) is known color: International Klein Blue. HEX triplet: 08, 23 and AB. RGB value is (8,35,171). Sum of RGB (Red+Green+Blue) = 8+35+171=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #0823AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0823AB is #F7DC54. Grayscale: #292929. Windows color (decimal): -16243797 or 11215624. OLE color: 11215624.

HSL color Cylindrical-coordinate representation of color #0823AB: hue angle of 230.06º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0823AB is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 35 171 -
CMYK 0.95 0.80 0 0.33
HSL 230.06º 0.91% 0.35% -
HSV(B) 230.06º 0.95% 0.67% -
XYZ 8.05 4.19 38.91 -
YUV 42.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 8 35 171 0.95 0.80 0 0.33 230.06 0.91 0.35
Hex 8 23 AB 5F 50 0 21 E6 5B 23
Octal 10 43 253 137 120 0 41 346 133 43
Binary 1000 100011 10101011 1011111 1010000 0 100001 11100110 1011011 100011

Color Harmonies of #0823AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0823AB

Black with #0823AB

Text Example


Text Example

White with #0823AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0823AB; }

 p { color: rgb(8,35,171); }

 H1.HeaderClassName
 {
   color: #0823AB;
 }
 .AnyTagClassName
 {
   color: #0823AB;
 }
</style>

background-color css

<style>
 a { background-color: #0823AB; }

 a { background-color: rgb(8,35,171); }

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

border-color css

<style>
 span { border-color: #0823AB; }

 span { border-color: rgb(8,35,171); }

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