Html Css Color HEX #0823AD International Klein Blue

📋 copy color: '#0823AD'

red 8 ◦ green 35 ◦ blue 173

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

Shades of International Klein Blue #0823AD

Tints of International Klein Blue #0823AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.09%

R = 3.7%
G = 16.2%
B = 80.09%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0823AD (or 0x0823AD) is known color: International Klein Blue. HEX triplet: 08, 23 and AD. RGB value is (8,35,173). Sum of RGB (Red+Green+Blue) = 8+35+173=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #0823AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0823AD is #F7DC52. Grayscale: #2A2A2A. Windows color (decimal): -16243795 or 11346696. OLE color: 11346696.

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

Color convert

RGB 8 35 173 -
CMYK 0.95 0.80 0 0.32
HSL 230.18º 0.91% 0.35% -
HSV(B) 230.18º 0.95% 0.68% -
XYZ 8.24 4.27 39.93 -
YUV 42.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 8 35 173 0.95 0.80 0 0.32 230.18 0.91 0.35
Hex 8 23 AD 5F 50 0 20 E6 5B 23
Octal 10 43 255 137 120 0 40 346 133 43
Binary 1000 100011 10101101 1011111 1010000 0 100000 11100110 1011011 100011

Color Harmonies of #0823AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0823AD

Black with #0823AD

Text Example


Text Example

White with #0823AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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