Html Css Color HEX #0230AA International Klein Blue

📋 copy color: '#0230AA'

red 2 ◦ green 48 ◦ blue 170

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

Shades of International Klein Blue #0230AA

Tints of International Klein Blue #0230AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 170 (66.8% from 255) = 77.27%

R = 0.91%
G = 21.82%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0230AA (or 0x0230AA) is known color: International Klein Blue. HEX triplet: 02, 30 and AA. RGB value is (2,48,170). Sum of RGB (Red+Green+Blue) = 2+48+170=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #0230AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230AA is #FDCF55. Grayscale: #2F2F2F. Windows color (decimal): -16633686 or 11153410. OLE color: 11153410.

HSL color Cylindrical-coordinate representation of color #0230AA: hue angle of 223.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230AA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 48 170 -
CMYK 0.99 0.72 0 0.33
HSL 223.57º 0.98% 0.34% -
HSV(B) 223.57º 0.99% 0.67% -
XYZ 8.34 5.03 38.56 -
YUV 48.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 2 48 170 0.99 0.72 0 0.33 223.57 0.98 0.34
Hex 2 30 AA 63 48 0 21 E0 62 22
Octal 2 60 252 143 110 0 41 340 142 42
Binary 10 110000 10101010 1100011 1001000 0 100001 11100000 1100010 100010

Color Harmonies of #0230AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230AA

Black with #0230AA

Text Example


Text Example

White with #0230AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0230AA; }

 p { color: rgb(2,48,170); }

 H1.HeaderClassName
 {
   color: #0230AA;
 }
 .AnyTagClassName
 {
   color: #0230AA;
 }
</style>

background-color css

<style>
 a { background-color: #0230AA; }

 a { background-color: rgb(2,48,170); }

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

border-color css

<style>
 span { border-color: #0230AA; }

 span { border-color: rgb(2,48,170); }

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