Html Css Color HEX #0223AE International Klein Blue

📋 copy color: '#0223AE'

red 2 ◦ green 35 ◦ blue 174

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

Shades of International Klein Blue #0223AE

Tints of International Klein Blue #0223AE

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

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

 BLUE value IS 174 (68.36% from 255) = 82.46%

R = 0.95%
G = 16.59%
B = 82.46%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0223AE (or 0x0223AE) is known color: International Klein Blue. HEX triplet: 02, 23 and AE. RGB value is (2,35,174). Sum of RGB (Red+Green+Blue) = 2+35+174=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #0223AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0223AE is #FDDC51. Grayscale: #282828. Windows color (decimal): -16637010 or 11412226. OLE color: 11412226.

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

Color convert

RGB 2 35 174 -
CMYK 0.99 0.80 0 0.32
HSL 228.49º 0.98% 0.35% -
HSV(B) 228.49º 0.99% 0.68% -
XYZ 8.27 4.27 40.43 -
YUV 40.98 203.07 100.2 -
System Red Green Blue C M Y K H S L
Decimal 2 35 174 0.99 0.80 0 0.32 228.49 0.98 0.35
Hex 2 23 AE 63 50 0 20 E4 62 23
Octal 2 43 256 143 120 0 40 344 142 43
Binary 10 100011 10101110 1100011 1010000 0 100000 11100100 1100010 100011

Color Harmonies of #0223AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0223AE

Black with #0223AE

Text Example


Text Example

White with #0223AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0223AE; }

 p { color: rgb(2,35,174); }

 H1.HeaderClassName
 {
   color: #0223AE;
 }
 .AnyTagClassName
 {
   color: #0223AE;
 }
</style>

background-color css

<style>
 a { background-color: #0223AE; }

 a { background-color: rgb(2,35,174); }

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

border-color css

<style>
 span { border-color: #0223AE; }

 span { border-color: rgb(2,35,174); }

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