Html Css Color HEX #00239A International Klein Blue

📋 copy color: '#00239A'

red 0 ◦ green 35 ◦ blue 154

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

Shades of International Klein Blue #00239A

Tints of International Klein Blue #00239A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 18.52%
B = 81.48%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00239A (or 0x00239A) is known color: International Klein Blue. HEX triplet: 00, 23 and 9A. RGB value is (0,35,154). Sum of RGB (Red+Green+Blue) = 0+35+154=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #00239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00239A is #FFDC65. Grayscale: #252525. Windows color (decimal): -16768102 or 10101504. OLE color: 10101504.

HSL color Cylindrical-coordinate representation of color #00239A: hue angle of 226.36º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00239A is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 35 154 -
CMYK 1 0.77 0 0.40
HSL 226.36º 1% 0.3% -
HSV(B) 226.36º 1% 0.6% -
XYZ 6.43 3.54 30.92 -
YUV 38.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 0 35 154 1 0.77 0 0.40 226.36 1 0.3
Hex 0 23 9A 64 4D 0 28 E2 64 1E
Octal 0 43 232 144 115 0 50 342 144 36
Binary 0 100011 10011010 1100100 1001101 0 101000 11100010 1100100 11110

Color Harmonies of #00239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00239A

Black with #00239A

Text Example


Text Example

White with #00239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,35,154); }

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

background-color css

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

 a { background-color: rgb(0,35,154); }

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

border-color css

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

 span { border-color: rgb(0,35,154); }

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