Html Css Color HEX #0234B7 International Klein Blue

📋 copy color: '#0234B7'

red 2 ◦ green 52 ◦ blue 183

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

Shades of International Klein Blue #0234B7

Tints of International Klein Blue #0234B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 77.22%

R = 0.84%
G = 21.94%
B = 77.22%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0234B7 (or 0x0234B7) is known color: International Klein Blue. HEX triplet: 02, 34 and B7. RGB value is (2,52,183). Sum of RGB (Red+Green+Blue) = 2+52+183=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #0234B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0234B7 is #FDCB48. Grayscale: #333333. Windows color (decimal): -16632649 or 12006402. OLE color: 12006402.

HSL color Cylindrical-coordinate representation of color #0234B7: hue angle of 223.43º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0234B7 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 52 183 -
CMYK 0.99 0.72 0 0.28
HSL 223.43º 0.98% 0.36% -
HSV(B) 223.43º 0.99% 0.72% -
XYZ 9.8 5.89 45.42 -
YUV 51.98 201.94 92.35 -
System Red Green Blue C M Y K H S L
Decimal 2 52 183 0.99 0.72 0 0.28 223.43 0.98 0.36
Hex 2 34 B7 63 48 0 1C DF 62 24
Octal 2 64 267 143 110 0 34 337 142 44
Binary 10 110100 10110111 1100011 1001000 0 11100 11011111 1100010 100100

Color Harmonies of #0234B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0234B7

Black with #0234B7

Text Example


Text Example

White with #0234B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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