Html Css Color HEX #00269C International Klein Blue
📋 copy color: '#00269C'red 0 ◦ green 38 ◦ blue 156
Shades of International Klein Blue #00269C
Tints of International Klein Blue #00269C
RGB
CMYK
RGB Variations
Color information
#00269C (or 0x00269C) is known color: International Klein Blue. HEX triplet: 00, 26 and 9C. RGB value is (0,38,156). Sum of RGB (Red+Green+Blue) = 0+38+156=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #00269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00269C is #FFD963. Grayscale: #272727. Windows color (decimal): -16767332 or 10233344. OLE color: 10233344.
HSL color Cylindrical-coordinate representation of color #00269C: hue angle of 225.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00269C is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 38 | 156 | - |
| CMYK | 1 | 0.76 | 0 | 0.39 |
| HSL | 225.38º | 1% | 0.31% | - |
| HSV(B) | 225.38º | 1% | 0.61% | - |
| XYZ | 6.69 | 3.79 | 31.83 | - |
| YUV | 40.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 156 | 1 | 0.76 | 0 | 0.39 | 225.38 | 1 | 0.31 |
| Hex | 0 | 26 | 9C | 64 | 4C | 0 | 27 | E1 | 64 | 1F |
| Octal | 0 | 46 | 234 | 144 | 114 | 0 | 47 | 341 | 144 | 37 |
| Binary | 0 | 100110 | 10011100 | 1100100 | 1001100 | 0 | 100111 | 11100001 | 1100100 | 11111 |
Color Harmonies of #00269C
Complementary color
Monochromatic Colors of #00269C
Black with #00269C
Text Example
Text Example
White with #00269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00269C; }
p { color: rgb(0,38,156); }
H1.HeaderClassName
{
color: #00269C;
}
.AnyTagClassName
{
color: #00269C;
}
</style>
background-color css
<style>
a { background-color: #00269C; }
a { background-color: rgb(0,38,156); }
div.DivClassName
{
background-color: #00269C;
}
.BgClassName
{
background-color: #00269C;
}
</style>
border-color css
<style>
span { border-color: #00269C; }
span { border-color: rgb(0,38,156); }
td.TdClassName
{
border-color: #00269C;
}
.TagClassName
{
border-color: #00269C;
}
</style>