Html Css Color HEX #0234AB International Klein Blue

📋 copy color: '#0234AB'

red 2 ◦ green 52 ◦ blue 171

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

Shades of International Klein Blue #0234AB

Tints of International Klein Blue #0234AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 0.89%
G = 23.11%
B = 76%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0234AB (or 0x0234AB) is known color: International Klein Blue. HEX triplet: 02, 34 and AB. RGB value is (2,52,171). Sum of RGB (Red+Green+Blue) = 2+52+171=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #0234AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0234AB is #FDCB54. Grayscale: #323232. Windows color (decimal): -16632661 or 11219970. OLE color: 11219970.

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

Color convert

RGB 2 52 171 -
CMYK 0.99 0.70 0 0.33
HSL 222.25º 0.98% 0.34% -
HSV(B) 222.25º 0.99% 0.67% -
XYZ 8.6 5.41 39.12 -
YUV 50.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 2 52 171 0.99 0.70 0 0.33 222.25 0.98 0.34
Hex 2 34 AB 63 46 0 21 DE 62 22
Octal 2 64 253 143 106 0 41 336 142 42
Binary 10 110100 10101011 1100011 1000110 0 100001 11011110 1100010 100010

Color Harmonies of #0234AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0234AB

Black with #0234AB

Text Example


Text Example

White with #0234AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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