Html Css Color HEX #08299D International Klein Blue

📋 copy color: '#08299D'

red 8 ◦ green 41 ◦ blue 157

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

Shades of International Klein Blue #08299D

Tints of International Klein Blue #08299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 3.88%
G = 19.9%
B = 76.21%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08299D (or 0x08299D) is known color: International Klein Blue. HEX triplet: 08, 29 and 9D. RGB value is (8,41,157). Sum of RGB (Red+Green+Blue) = 8+41+157=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #08299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08299D is #F7D662. Grayscale: #2B2B2B. Windows color (decimal): -16242275 or 10299656. OLE color: 10299656.

HSL color Cylindrical-coordinate representation of color #08299D: hue angle of 226.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08299D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 41 157 -
CMYK 0.95 0.74 0 0.38
HSL 226.71º 0.9% 0.32% -
HSV(B) 226.71º 0.95% 0.62% -
XYZ 6.98 4.07 32.32 -
YUV 44.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 8 41 157 0.95 0.74 0 0.38 226.71 0.9 0.32
Hex 8 29 9D 5F 4A 0 26 E3 5A 20
Octal 10 51 235 137 112 0 46 343 132 40
Binary 1000 101001 10011101 1011111 1001010 0 100110 11100011 1011010 100000

Color Harmonies of #08299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08299D

Black with #08299D

Text Example


Text Example

White with #08299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08299D; }

 p { color: rgb(8,41,157); }

 H1.HeaderClassName
 {
   color: #08299D;
 }
 .AnyTagClassName
 {
   color: #08299D;
 }
</style>

background-color css

<style>
 a { background-color: #08299D; }

 a { background-color: rgb(8,41,157); }

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

border-color css

<style>
 span { border-color: #08299D; }

 span { border-color: rgb(8,41,157); }

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