Html Css Color HEX #09259A International Klein Blue

📋 copy color: '#09259A'

red 9 ◦ green 37 ◦ blue 154

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

Shades of International Klein Blue #09259A

Tints of International Klein Blue #09259A

RGB

 RED value IS 9 (3.91% from 255) = 4.5%

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

 BLUE value IS 154 (60.55% from 255) = 77%

R = 4.5%
G = 18.5%
B = 77%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09259A (or 0x09259A) is known color: International Klein Blue. HEX triplet: 09, 25 and 9A. RGB value is (9,37,154). Sum of RGB (Red+Green+Blue) = 9+37+154=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #09259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259A is #F6DA65. Grayscale: #292929. Windows color (decimal): -16177766 or 10102025. OLE color: 10102025.

HSL color Cylindrical-coordinate representation of color #09259A: hue angle of 228.41º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09259A is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 37 154 -
CMYK 0.94 0.76 0 0.40
HSL 228.41º 0.89% 0.32% -
HSV(B) 228.41º 0.94% 0.6% -
XYZ 6.61 3.71 30.94 -
YUV 41.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 9 37 154 0.94 0.76 0 0.40 228.41 0.89 0.32
Hex 9 25 9A 5E 4C 0 28 E4 59 20
Octal 11 45 232 136 114 0 50 344 131 40
Binary 1001 100101 10011010 1011110 1001100 0 101000 11100100 1011001 100000

Color Harmonies of #09259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09259A

Black with #09259A

Text Example


Text Example

White with #09259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09259A; }

 p { color: rgb(9,37,154); }

 H1.HeaderClassName
 {
   color: #09259A;
 }
 .AnyTagClassName
 {
   color: #09259A;
 }
</style>

background-color css

<style>
 a { background-color: #09259A; }

 a { background-color: rgb(9,37,154); }

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

border-color css

<style>
 span { border-color: #09259A; }

 span { border-color: rgb(9,37,154); }

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