Html Css Color HEX #0230AC International Klein Blue

📋 copy color: '#0230AC'

red 2 ◦ green 48 ◦ blue 172

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

Shades of International Klein Blue #0230AC

Tints of International Klein Blue #0230AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.48%

R = 0.9%
G = 21.62%
B = 77.48%

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

#0230AC (or 0x0230AC) is known color: International Klein Blue. HEX triplet: 02, 30 and AC. RGB value is (2,48,172). Sum of RGB (Red+Green+Blue) = 2+48+172=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #0230AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230AC is #FDCF53. Grayscale: #2F2F2F. Windows color (decimal): -16633684 or 11284482. OLE color: 11284482.

HSL color Cylindrical-coordinate representation of color #0230AC: hue angle of 223.76º 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 #0230AC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 48 172 -
CMYK 0.99 0.72 0 0.33
HSL 223.76º 0.98% 0.34% -
HSV(B) 223.76º 0.99% 0.67% -
XYZ 8.53 5.11 39.57 -
YUV 48.38 197.76 94.92 -
System Red Green Blue C M Y K H S L
Decimal 2 48 172 0.99 0.72 0 0.33 223.76 0.98 0.34
Hex 2 30 AC 63 48 0 21 E0 62 22
Octal 2 60 254 143 110 0 41 340 142 42
Binary 10 110000 10101100 1100011 1001000 0 100001 11100000 1100010 100010

Color Harmonies of #0230AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230AC

Black with #0230AC

Text Example


Text Example

White with #0230AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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