Html Css Color HEX #0230AB International Klein Blue

📋 copy color: '#0230AB'

red 2 ◦ green 48 ◦ blue 171

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

Shades of International Klein Blue #0230AB

Tints of International Klein Blue #0230AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.38%

R = 0.9%
G = 21.72%
B = 77.38%

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

#0230AB (or 0x0230AB) is known color: International Klein Blue. HEX triplet: 02, 30 and AB. RGB value is (2,48,171). Sum of RGB (Red+Green+Blue) = 2+48+171=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #0230AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230AB is #FDCF54. Grayscale: #2F2F2F. Windows color (decimal): -16633685 or 11218946. OLE color: 11218946.

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

Color convert

RGB 2 48 171 -
CMYK 0.99 0.72 0 0.33
HSL 223.67º 0.98% 0.34% -
HSV(B) 223.67º 0.99% 0.67% -
XYZ 8.43 5.07 39.06 -
YUV 48.27 197.26 95 -
System Red Green Blue C M Y K H S L
Decimal 2 48 171 0.99 0.72 0 0.33 223.67 0.98 0.34
Hex 2 30 AB 63 48 0 21 E0 62 22
Octal 2 60 253 143 110 0 41 340 142 42
Binary 10 110000 10101011 1100011 1001000 0 100001 11100000 1100010 100010

Color Harmonies of #0230AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0230AB

Black with #0230AB

Text Example


Text Example

White with #0230AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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