Html Css Color HEX #023BA6 International Klein Blue

📋 copy color: '#023BA6'

red 2 ◦ green 59 ◦ blue 166

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

Shades of International Klein Blue #023BA6

Tints of International Klein Blue #023BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 166 (65.23% from 255) = 73.13%

R = 0.88%
G = 25.99%
B = 73.13%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#023BA6 (or 0x023BA6) is known color: International Klein Blue. HEX triplet: 02, 3B and A6. RGB value is (2,59,166). Sum of RGB (Red+Green+Blue) = 2+59+166=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 166 (65.23% from 255 or 73.13% from 227); Max value from RGB is 166 - color contains mainly: blue. Hex color #023BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA6 is #FDC459. Grayscale: #353535. Windows color (decimal): -16630874 or 10894082. OLE color: 10894082.

HSL color Cylindrical-coordinate representation of color #023BA6: hue angle of 219.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BA6 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 59 166 -
CMYK 0.99 0.64 0 0.35
HSL 219.15º 0.98% 0.33% -
HSV(B) 219.15º 0.99% 0.65% -
XYZ 8.47 5.89 36.77 -
YUV 54.16 191.12 90.8 -
System Red Green Blue C M Y K H S L
Decimal 2 59 166 0.99 0.64 0 0.35 219.15 0.98 0.33
Hex 2 3B A6 63 40 0 23 DB 62 21
Octal 2 73 246 143 100 0 43 333 142 41
Binary 10 111011 10100110 1100011 1000000 0 100011 11011011 1100010 100001

Color Harmonies of #023BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA6

Black with #023BA6

Text Example


Text Example

White with #023BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023BA6; }

 p { color: rgb(2,59,166); }

 H1.HeaderClassName
 {
   color: #023BA6;
 }
 .AnyTagClassName
 {
   color: #023BA6;
 }
</style>

background-color css

<style>
 a { background-color: #023BA6; }

 a { background-color: rgb(2,59,166); }

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

border-color css

<style>
 span { border-color: #023BA6; }

 span { border-color: rgb(2,59,166); }

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